fixed mem-leak (fixes #450)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@934 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.11
parent
1e21941a94
commit
fc813b7d35
|
@ -1252,6 +1252,9 @@ URIHANDLER_FUNC(mod_webdav_subrequest_handler) {
|
|||
free(req_props);
|
||||
}
|
||||
|
||||
buffer_free(prop_200);
|
||||
buffer_free(prop_404);
|
||||
|
||||
buffer_append_string(b,"</D:multistatus>\n");
|
||||
|
||||
if (p->conf.log_xml) {
|
||||
|
|
Loading…
Reference in New Issue