ui/gtk/dnd.c

changeset 440
7c4b9cba09ca
parent 394
bedd499b640d
--- a/ui/gtk/dnd.c	Sun Jan 05 17:41:39 2025 +0100
+++ b/ui/gtk/dnd.c	Sun Jan 05 22:00:39 2025 +0100
@@ -191,7 +191,7 @@
 }
 
 void ui_dnd_free(UiDnD *dnd) {
-    cxListDestroy(dnd->providers);
+    cxListFree(dnd->providers);
     free(dnd);
 }
 

mercurial