aboutsummaryrefslogtreecommitdiff
path: root/src/IO/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/IO/http.c')
-rw-r--r--src/IO/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IO/http.c b/src/IO/http.c
index 749c75b5..55ba3502 100644
--- a/src/IO/http.c
+++ b/src/IO/http.c
@@ -548,4 +548,5 @@ void a_Http_freeall(void)
a_Klist_free(&ValidSocks);
a_Url_free(HTTP_Proxy);
dFree(HTTP_Proxy_Auth_base64);
+ dFree(HTTP_Language_hdr);
}