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 sa...@apache.org on 2005/01/19 13:00:39 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/client/cpp ComplexTypeAllClient.cpp

samisa      2005/01/19 04:00:39

  Modified:    c/tests/auto_build/testcases/client/cpp
                        ComplexTypeAllClient.cpp
  Log:
  Clean up memory allocated for Stub
  
  Revision  Changes    Path
  1.7       +4 -0      ws-axis/c/tests/auto_build/testcases/client/cpp/ComplexTypeAllClient.cpp
  
  Index: ComplexTypeAllClient.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/client/cpp/ComplexTypeAllClient.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ComplexTypeAllClient.cpp	24 Nov 2004 13:25:19 -0000	1.6
  +++ ComplexTypeAllClient.cpp	19 Jan 2005 12:00:39 -0000	1.7
  @@ -50,6 +50,10 @@
       if(endpoint_set)
         free(endpoint);
     }
  +  
  +  // Samisa : clean up memory allocated for stub
  +  delete ws;
  +
     return returnValue;
   }