From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 3 Mar 2011 14:41:29 +0000 (+0000)
Subject: Fix an invalid free when compiled with FEATURE_GRACEFUL_TERMINATION and shut down... 
X-Git-Tag: v_3_0_18~312
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/@default-cgi@toggle?a=commitdiff_plain;h=96ad6936d72bcc52e893626be791aa127a017485;p=privoxy.git

Fix an invalid free when compiled with FEATURE_GRACEFUL_TERMINATION and shut down through config.privoxy.org/die
---

diff --git a/jcc.c b/jcc.c
index 4f691862..6f8facbb 100644
--- a/jcc.c
+++ b/jcc.c
@@ -1,4 +1,4 @@
-const char jcc_rcs[] = "$Id: jcc.c,v 1.339 2011/01/09 12:08:04 fabiankeil Exp $";
+const char jcc_rcs[] = "$Id: jcc.c,v 1.340 2011/01/22 12:30:22 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/jcc.c,v $
@@ -3750,7 +3750,6 @@ static void listen_loop(void)
 #if defined(unix)
    freez(basedir);
 #endif
-   freez(configfile);
 
 #if defined(_WIN32) && !defined(_WIN_CONSOLE)
    /* Cleanup - remove taskbar icon etc. */