X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=cgisimple.c;h=95cb7ad6079cfffe17519288b8cf137d22e7f807;hb=f26ad1e47ece410dd2923932a51f368de6d5d9cc;hp=010497b3962f8d6da4ca7c0790bb331200cc523e;hpb=50f87c9446b435d47c371f63615260636639f450;p=privoxy.git diff --git a/cgisimple.c b/cgisimple.c index 010497b3..95cb7ad6 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -1,4 +1,4 @@ -const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.113 2012/03/09 16:23:50 fabiankeil Exp $"; +const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.114 2012/03/09 16:24:36 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgisimple.c,v $ @@ -1183,7 +1183,7 @@ jb_err cgi_show_url_info(struct client_state *csp, (global_toggle_state == 1) && #endif /* def FEATURE_TOGGLE */ map_block_killer(exports, "privoxy-is-toggled-off") - ) + ) { free_map(exports); return JB_ERR_MEMORY;