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/02/09 11:56:34 UTC

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

samisa      2005/02/09 02:56:34

  Modified:    c/src/common AxisConfig.cpp
  Log:
  Applied memory management BP.
  
  Revision  Changes    Path
  1.63      +1 -1      ws-axis/c/src/common/AxisConfig.cpp
  
  Index: AxisConfig.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisConfig.cpp,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- AxisConfig.cpp	12 Jan 2005 17:16:50 -0000	1.62
  +++ AxisConfig.cpp	9 Feb 2005 10:56:34 -0000	1.63
  @@ -67,7 +67,7 @@
   int AxisConfig::readConfFile ()
   {
       char carrLine[CONFBUFFSIZE];
  -    char *pcValue;
  +    char *pcValue = NULL;
       AxisFile fileConfig;	/*AxisFile is AxisC++ resource for file manipulation */
       char *sConfPath = NULL;
       char sNewConfPath[CONFBUFFSIZE];