libidav/versioning.c

changeset 852
83fdf679df99
parent 747
efbd59642577
--- a/libidav/versioning.c	Thu Nov 28 17:53:13 2024 +0100
+++ b/libidav/versioning.c	Mon Jan 06 21:18:36 2025 +0100
@@ -158,7 +158,7 @@
         cx_foreach(DavProperty*, p, i) {
             free(p->name);
         }
-        cxListDestroy(proplist);
+        cxListFree(proplist);
     }
     
     if(error && versions) {

mercurial