You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by wh...@apache.org on 2004/10/04 17:30:35 UTC

cvs commit: ws-axis/c/src/engine Axis.cpp

whitlock    2004/10/04 08:30:35

  Modified:    c/src/engine Axis.cpp
  Log:
  Zero g_pAT once trace has been deleted
  
  Revision  Changes    Path
  1.73      +1 -0      ws-axis/c/src/engine/Axis.cpp
  
  Index: Axis.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/Axis.cpp,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- Axis.cpp	30 Sep 2004 09:36:03 -0000	1.72
  +++ Axis.cpp	4 Oct 2004 15:30:34 -0000	1.73
  @@ -397,6 +397,7 @@
       delete g_pWSDDDeployment;
       delete g_pConfig;
       delete g_pAT;
  +    g_pAT=0;
   }
   
   // Axis class method implementations