You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2006/03/03 10:36:46 UTC

svn commit: r382736 - /webservices/axis2/trunk/c/modules/core/engine/disp.c

Author: damitha
Date: Fri Mar  3 01:36:45 2006
New Revision: 382736

URL: http://svn.apache.org/viewcvs?rev=382736&view=rev
Log:
minor fix

Modified:
    webservices/axis2/trunk/c/modules/core/engine/disp.c

Modified: webservices/axis2/trunk/c/modules/core/engine/disp.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/engine/disp.c?rev=382736&r1=382735&r2=382736&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/engine/disp.c (original)
+++ webservices/axis2/trunk/c/modules/core/engine/disp.c Fri Mar  3 01:36:45 2006
@@ -233,6 +233,7 @@
         AXIS2_HANDLER_DESC_FREE(handler_desc, env); // freeing handler desc frees handler
         disp_impl->base = NULL;
     }*/
+    disp_impl->base = NULL;
     
     if (disp_impl->disp.ops)
     {