free_csp_resources(): Destroy csp->client_tags
[privoxy.git] / loaders.c
index ef4e57d..68b4c61 100644 (file)
--- 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);
 }