ui/cocoa/GridLayout.m

changeset 101
7b3a3130be44
parent 100
d2bd73d28ff1
--- a/ui/cocoa/GridLayout.m	Thu Dec 12 20:01:43 2024 +0100
+++ b/ui/cocoa/GridLayout.m	Mon Jan 06 22:22:55 2025 +0100
@@ -208,7 +208,7 @@
 }
 
 - (void) dealloc {
-    cxListDestroy(_children);
+    cxListFree(_children);
 }
 
 @end

mercurial