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/02/11 12:54:47 UTC

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

samisa      2005/02/11 03:54:47

  Modified:    c/src/engine Axis.cpp
  Log:
  Applied memory management BP
  
  Revision  Changes    Path
  1.90      +1 -1      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.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- Axis.cpp	14 Jan 2005 17:29:52 -0000	1.89
  +++ Axis.cpp	11 Feb 2005 11:54:47 -0000	1.90
  @@ -125,7 +125,7 @@
   STORAGE_CLASS_INFO int process_request(SOAPTransport* pStream)
   {
       int Status = AXIS_FAIL;
  -    FILE* WsddFile;
  +    FILE* WsddFile = NULL;
       char ReadBuffer[BYTESTOREAD];
       ReadBuffer[0] = '\0';