# IFC: fix potential crash during merging of polygon boundaries
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1016 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -445,11 +445,10 @@ STEP::LazyObject::~LazyObject()
|
||||
{
|
||||
// make sure the right dtor/operator delete get called
|
||||
if (obj) {
|
||||
delete obj;
|
||||
delete conv_args;
|
||||
}
|
||||
else delete[] args;
|
||||
|
||||
delete obj;
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user