summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/proxy/proxytrack.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/proxy/proxytrack.c b/src/proxy/proxytrack.c
index 3359842..74013a1 100644
--- a/src/proxy/proxytrack.c
+++ b/src/proxy/proxytrack.c
@@ -1288,9 +1288,18 @@ static void proxytrack_process_HTTP(PT_Indexes indexes, T_SOC soc_c) {
StringFree(headers);
StringFree(output);
StringFree(host);
+ StringFree(localhost);
+#ifndef NO_WEBDAV
+ StringFree(davHeaders);
+ StringFree(davRequest);
+#endif
if (buffer)
free(buffer);
+ if (line)
+ free(line);
+ if (line1)
+ free(line1);
}
/* Generic threaded function start */