VC9 (Visual Studio 2008) port for Axis2/C

2008-07-31 Thread Ravi Krishnaswamy
Does anyone know when a VS2008 version of Axis2/C will be available ? Thanks Ravi

RE: Memory leak report for Axis2c 1.4

2008-07-31 Thread Hatim Daginawala
Is it safe to uncomment AXIS2_FREE call to avoid memory leaks? This leak still exists in 1.5 also. From: Milinda Pathirage [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 10:01 PM To: Apache AXIS C User List Subject: Re: Memory leak report for

Re: Memory leak report for Axis2c 1.4

2008-07-31 Thread Samisa Abeysinghe
Hatim Daginawala wrote: Is it safe to uncomment AXIS2_FREE call to avoid memory leaks? You can try :) Samisa... This leak still exists in 1.5 also. *From:* Milinda Pathirage [mailto:[EMAIL PROTECTED] *Sent:*

RE: Memory leak report for Axis2c 1.4

2008-07-31 Thread Hatim Daginawala
I have tried and it seems to be working for my test program. However, I would like to understand why the code was commented out. That may help me evaluate the risk. Thanks -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2008 4:12 PM To:

Re: Memory leak report for Axis2c 1.4

2008-07-31 Thread Samisa Abeysinghe
You could have a look at the rationale by looking at the svn log for that change. http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ Thanks, Samisa... Hatim Daginawala wrote: I have tried and it seems to be working for my test program. However, I would like to understand why the code was