src/server/webdav/requestparser.c

branch
webdav
changeset 239
d5031c30022c
parent 227
3c23855f7b46
child 373
f78a585e1a2f
--- a/src/server/webdav/requestparser.c	Sat Jan 25 09:00:27 2020 +0100
+++ b/src/server/webdav/requestparser.c	Sat Jan 25 11:16:55 2020 +0100
@@ -358,7 +358,7 @@
         node = node->next;
     }
     
-    ucx_map_free(propmap); // no allocated content must be freed
+    ucx_map_free(propmap); // allocated content must not be freed
     
     if(set_count + remove_count == 0) {
         *error = PROPPATCH_PARSER_NO_PROPERTIES;

mercurial