--- a/src/server/webdav/requestparser.c Mon Feb 10 17:44:51 2025 +0100 +++ b/src/server/webdav/requestparser.c Sun Mar 02 18:10:52 2025 +0100 @@ -194,7 +194,7 @@ node = node->next; } - cxMapDestroy(propmap); // no allocated content must be freed + cxMapFree(propmap); // no allocated content must be freed if(ret) { // parse_prop failed @@ -357,7 +357,7 @@ node = node->next; } - cxMapDestroy(propmap); // allocated content must not be freed + cxMapFree(propmap); // allocated content must not be freed if(set_count + remove_count == 0) { *error = PROPPATCH_PARSER_NO_PROPERTIES;