You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2007/11/11 21:46:37 UTC

svn commit: r593952 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

Author: rjung
Date: Sun Nov 11 12:46:36 2007
New Revision: 593952

URL: http://svn.apache.org/viewvc?rev=593952&view=rev
Log:
Add a missing free for a map used in the status worker.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_status.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_status.c?rev=593952&r1=593951&r2=593952&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_status.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_status.c Sun Nov 11 12:46:36 2007
@@ -3491,6 +3491,7 @@
     if (e && *e && (*e)->endpoint_private) {
         status_endpoint_t *p = (*e)->endpoint_private;
 
+        jk_map_free(&(p->req_params));
         free(p);
         *e = NULL;
         JK_TRACE_EXIT(l);



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org