diff options
author | corvid <corvid@lavabit.com> | 2009-05-31 17:22:07 -0400 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-05-31 17:22:07 -0400 |
commit | 292f3cf782f4ea6aefb7b176fa3448f1f7cce1f9 (patch) | |
tree | decc69cb2565859f82681babbcf0a67cf544a040 /src/IO | |
parent | edb215a2eca45c5ba738fe9629d0fb91ec801d56 (diff) |
Bound at-exit memory deallocation
Diffstat (limited to 'src/IO')
-rw-r--r-- | src/IO/http.c | 1 |
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); } |