Py: fix memory leak

This commit is contained in:
wmayer
2021-04-12 00:05:42 +02:00
parent 111a21e45c
commit 6f1455700e

View File

@@ -592,6 +592,7 @@ PyObject * TopoShape::getPyObject()
}
}
prop->setNotTracking();
return prop;
}