stop leaking idobj memory (and coloredit layout mem)

This commit is contained in:
2026-09-05 18:06:12 +02:00
parent a1cb3bf290
commit fc5a357caa
3 changed files with 87 additions and 75 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class PD_API Layout {
Size = 0;
WorkRect = fvec4(IO.MenuPadding, Size - (fvec2(2) * IO.MenuPadding));
}
~Layout() = default;
~Layout();
/** SECTION CONTAINERS */
/**