damitha     2003/07/14 23:46:46

  Modified:    c/src/engine AxisEngine.cpp
  Log:
  
  
  Revision  Changes    Path
  1.5       +2 -1      xml-axis/c/src/engine/AxisEngine.cpp
  
  Index: AxisEngine.cpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/engine/AxisEngine.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AxisEngine.cpp    14 Jul 2003 05:25:06 -0000      1.4
  +++ AxisEngine.cpp    15 Jul 2003 06:46:46 -0000      1.5
  @@ -311,7 +311,8 @@
       from the webserver and report the error. You can also write this
       in a logfile specific to axis.
      */
  -   DEBUG1(e->what());
  +   DEBUG1(e->what());   
  +   delete(e);
    }
    catch(...)
    {
  
  
  

Reply via email to