X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=cfa7cd8c00c057009b5bb83606358b5ba63d4671;hp=0dc75335ad7bdcadaa03070fec4af2d114076586;hb=49ebd11453f6d43c218809855c3947f83f7af2c0;hpb=2b104746c8c7a4d05d79de0e630467751d0a4128 diff --git a/jcc.c b/jcc.c index 0dc75335..cfa7cd8c 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.458 2017/05/29 10:02:11 fabiankeil Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.459 2017/05/29 10:12:50 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -2678,10 +2678,10 @@ static void handle_established_connection(struct client_state *csp, * delivered the crunch response to the client * and are done here after cleaning up. */ - freez(hdr); - mark_server_socket_tainted(csp); - freez(receive_buffer); - return; + freez(hdr); + mark_server_socket_tainted(csp); + freez(receive_buffer); + return; } /* Buffer and pcrs filter this if appropriate. */