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