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 sa...@apache.org on 2005/04/04 05:02:52 UTC

cvs commit: ws-axis/c/src/common Param.cpp

samisa      2005/04/03 20:02:52

  Modified:    c/src/common Param.cpp
  Log:
  Fixed some warnings
  
  Revision  Changes    Path
  1.53      +1 -1      ws-axis/c/src/common/Param.cpp
  
  Index: Param.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/Param.cpp,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- Param.cpp	31 Mar 2005 11:38:33 -0000	1.52
  +++ Param.cpp	4 Apr 2005 03:02:52 -0000	1.53
  @@ -82,7 +82,7 @@
   
           case XSD_INT:
           case XSD_BOOLEAN:
  -            m_Value.nValue;
  +            delete m_Value.nValue;
               break; 
   
           case XSD_UNSIGNEDINT: