summaryrefslogtreecommitdiff
path: root/main/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/http.c')
-rw-r--r--main/http.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/http.c b/main/http.c
index 1a5da9c43..c72f35ec5 100644
--- a/main/http.c
+++ b/main/http.c
@@ -841,6 +841,9 @@ static void *httpd_helper_thread(void *data)
/* If they aren't mopped up already, clean up the cookies */
if (vars)
ast_variables_destroy(vars);
+ /* Clean up all the header information pulled as well */
+ if (headers)
+ ast_variables_destroy(headers);
if (out) {
struct timeval tv = ast_tvnow();