--- a/ui/gtk/dnd.c Thu Dec 12 20:01:43 2024 +0100 +++ b/ui/gtk/dnd.c Mon Jan 06 22:22:55 2025 +0100 @@ -191,7 +191,7 @@ } void ui_dnd_free(UiDnD *dnd) { - cxListDestroy(dnd->providers); + cxListFree(dnd->providers); free(dnd); }