You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by ka...@apache.org on 2007/04/03 12:27:23 UTC

svn commit: r525131 - /webservices/rampart/trunk/c/src/core/mod_rampart.c

Author: kaushalye
Date: Tue Apr  3 03:27:19 2007
New Revision: 525131

URL: http://svn.apache.org/viewvc?view=rev&rev=525131
Log:
Fixing memory corruption due to changes in axis2

Modified:
    webservices/rampart/trunk/c/src/core/mod_rampart.c

Modified: webservices/rampart/trunk/c/src/core/mod_rampart.c
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/core/mod_rampart.c?view=diff&rev=525131&r1=525130&r2=525131
==============================================================================
--- webservices/rampart/trunk/c/src/core/mod_rampart.c (original)
+++ webservices/rampart/trunk/c/src/core/mod_rampart.c Tue Apr  3 03:27:19 2007
@@ -66,11 +66,6 @@
         const axutil_env_t *env)
 {
     AXIS2_LOG_INFO(env->log,"[rampart][mod_rampart] mod_rampart shutdown");
-    if (module->ops)
-    {
-        AXIS2_FREE(env->allocator, module->ops);
-        module->ops = NULL;
-    }
 
     if (module->handler_create_func_map)
     {