application/config.c

changeset 101
7b3a3130be44
parent 85
44ebbb4c8a13
--- a/application/config.c	Thu Dec 12 20:01:43 2024 +0100
+++ b/application/config.c	Mon Jan 06 22:22:55 2025 +0100
@@ -390,7 +390,7 @@
     }
     
     free(req_url_proto.ptr);
-    cxListDestroy(locations);
+    cxListFree(locations);
     
     return id;
 }

mercurial