1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +03:00

0023489: Memory leak in TNaming_NamedShape

Added test for memory leak (bugs/ocaf/bug23489)
Missing return added in QANewBRepNaming_BooleanOperationFeat::IsWRCase2()
Adding test case and general procedure for trend checking for detection of memory leaks
This commit is contained in:
Roman Lygin
2012-11-09 16:55:48 +04:00
parent 22db40ebf1
commit deb26df7c0
5 changed files with 85 additions and 0 deletions

View File

@@ -1565,6 +1565,7 @@ Standard_Boolean QANewBRepNaming_BooleanOperationFeat::IsWRCase2(const BRepAlgoA
}
}
}
return Standard_False;
}
//=======================================================================

View File

@@ -80,6 +80,7 @@ is
---C++: inline
Clear (me : mutable);
---C++: alias ~
ID(me) returns GUID from Standard
is redefined static;