mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 17:45:58 +08:00
Added deallocation of ObjectList::m_objects_model into the ObjectList destructor.
This commit is contained in:
parent
4387436525
commit
0726b46da2
@ -239,6 +239,7 @@ ObjectList::ObjectList(wxWindow* parent) :
|
|||||||
|
|
||||||
ObjectList::~ObjectList()
|
ObjectList::~ObjectList()
|
||||||
{
|
{
|
||||||
|
delete m_objects_model;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ObjectList::set_min_height()
|
void ObjectList::set_min_height()
|
||||||
|
@ -191,7 +191,7 @@ private:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
ObjectList(wxWindow* parent);
|
ObjectList(wxWindow* parent);
|
||||||
~ObjectList();
|
~ObjectList() override;
|
||||||
|
|
||||||
void set_min_height();
|
void set_min_height();
|
||||||
void update_min_height();
|
void update_min_height();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user