--- 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); }