src/server/config/mimeconf.c

changeset 579
e10457d74fe1
parent 576
5c31cc844c68
--- a/src/server/config/mimeconf.c	Mon Feb 10 17:44:51 2025 +0100
+++ b/src/server/config/mimeconf.c	Sun Mar 02 18:10:52 2025 +0100
@@ -63,7 +63,7 @@
 }
 
 void free_mime_config(MimeConfig *conf) {
-    cxMempoolDestroy(conf->parser.a->data); // TODO: is there a better way to access the mempool?
+    cxMempoolFree(conf->parser.a->data); // TODO: is there a better way to access the mempool?
     free(conf);
 }
 

mercurial