X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=loaders.c;h=68b4c613206d0456183d14f19456179c6535fbee;hb=1197b9d2c922eef32bccb8411748d2d18f27a454;hp=ef4e57d6fcb1fd8e67885560872228bf03643bd6;hpb=2bcb59f4bc5274e9ad2b50fbe78e8e39b3b57282;p=privoxy.git diff --git a/loaders.c b/loaders.c index ef4e57d6..68b4c613 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); }