X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loaders.c;h=20f0888d3fa343c160d1d2dc8be122468a4588af;hp=1afb1974388ce4b91880be7b7445fb9f82bd11e3;hb=c36d0464c2eb9fbc050f406af9965e9d90172d62;hpb=767afb7f5d7062d75385b9ab3afdad47d0249a39 diff --git a/loaders.c b/loaders.c index 1afb1974..20f0888d 100644 --- a/loaders.c +++ b/loaders.c @@ -112,7 +112,13 @@ void free_csp_resources(struct client_state *csp) free_http_request(csp->http); destroy_list(csp->headers); +#ifdef FEATURE_HTTPS_INSPECTION + destroy_list(csp->https_headers); +#endif destroy_list(csp->tags); +#ifdef FEATURE_CLIENT_TAGS + destroy_list(csp->client_tags); +#endif free_current_action(csp->action); } @@ -1205,7 +1211,7 @@ int load_one_re_filterfile(struct client_state *csp, int fileid) /* * If this is the first filter block, chain it - * to the file_list rather than its (nonexistant) + * to the file_list rather than its (nonexistent) * predecessor */ if (fs->f == NULL)