Fixed model/place load causing memory leak
This commit is contained in:
@@ -11,7 +11,7 @@ WorkspaceInstance::WorkspaceInstance(void)
|
|||||||
|
|
||||||
void WorkspaceInstance::clearChildren()
|
void WorkspaceInstance::clearChildren()
|
||||||
{
|
{
|
||||||
children.clear();
|
partObjects.clear();
|
||||||
Instance::clearChildren();
|
Instance::clearChildren();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user