X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=loaders.c;h=20f0888d3fa343c160d1d2dc8be122468a4588af;hb=5ddec7bdfa9f0f964a64bc26b229c4f393a42e44;hp=ef4e57d6fcb1fd8e67885560872228bf03643bd6;hpb=2bcb59f4bc5274e9ad2b50fbe78e8e39b3b57282;p=privoxy.git diff --git a/loaders.c b/loaders.c index ef4e57d6..20f0888d 100644 --- a/loaders.c +++ b/loaders.c @@ -116,6 +116,9 @@ void free_csp_resources(struct client_state *csp) 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); } @@ -1208,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)