Fix various memory leaks

(cherry picked from commit prusa3d/PrusaSlicer@deb17c5920)
This commit is contained in:
Lukáš Hejl
2023-10-21 17:51:49 +08:00
committed by Noisyfox
parent a4978ff826
commit c97f36c38e
7 changed files with 79 additions and 51 deletions

View File

@@ -304,6 +304,7 @@ ObjectList::ObjectList(wxWindow* parent) :
ObjectList::~ObjectList()
{
delete m_objects_model;
}
void ObjectList::set_min_height()