mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Fix various memory leaks
(cherry picked from commit prusa3d/PrusaSlicer@deb17c5920)
This commit is contained in:
parent
7907426d00
commit
499b9d1be8
7 changed files with 79 additions and 51 deletions
|
@ -18,6 +18,7 @@ namespace GUI {
|
|||
class ConfigOptionsGroup;
|
||||
|
||||
using ConfigOptionsGroupShp = std::shared_ptr<ConfigOptionsGroup>;
|
||||
using ConfigOptionsGroupWkp = std::weak_ptr<ConfigOptionsGroup>;
|
||||
|
||||
struct BedShape
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue