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 cb...@apache.org on 2005/04/22 00:43:51 UTC

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

cblecken    2005/04/21 15:43:51

  Modified:    c/src/engine/client ClientAxisEngine.cpp
  Log:
  This is the fix for AXISCPP-626. Mismatched memory allocation
  /deallocation.
  PR:AXISCPP-626
  Submitted by:cblecken
  
  Revision  Changes    Path
  1.30      +1 -1      ws-axis/c/src/engine/client/ClientAxisEngine.cpp
  
  Index: ClientAxisEngine.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/client/ClientAxisEngine.cpp,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- ClientAxisEngine.cpp	23 Mar 2005 15:44:59 -0000	1.29
  +++ ClientAxisEngine.cpp	21 Apr 2005 22:43:51 -0000	1.30
  @@ -86,7 +86,7 @@
   
   	        		pService = g_pWSDDDeployment->getService( pszService);
   
  -					delete pszService;
  +					delete [] pszService;
   				}
   				else
   				{