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