Hi Samisa,

I apologize, it was my fault.

However,

0.95 behaves mush worse than 0.94 on the code i have sent you 3? days ago -
memory leak is more significant

1.      0.94 Windows - looks like                       

(1.1)
AXIS2_HTTP_CLIENT_SEND
(       
   http_client, 
   m_env, 
   simple_request
);

has a memory leak 

and   calls 
AXIS2_HTTP_CLIENT_FREE
AXIS2_HTTP_SIMPLE_REQUEST_FREE

do not clean up after (1.1)

even after

axis2_env_free(m_env);

the memory leak still there

2. 0.95 - Windows

in addition to memory leak (1) it looks like there is newly introduced
memory leak when processing HTTP simple response

call
AXIOM_SOAP_ENVELOPE_FREE(soap_envelope, m_env)

does not cleanup properly

Thank you,
Leonid





Samisa Abeysinghe-2 wrote:
> 
> Krankurs, Leonid wrote:
>> Hi,
>>
>> Using 0.95 release 
>>
>> working code built based on 0.94 (worked 0.93) 
>>
>>      if ( NULL != http_client )
>>            AXIS2_HTTP_CLIENT_FREE(http_client, m_env); 
>>
>>
>> throws
>>
>> Unhandled exception at 0xabababab
>>  0xC0000005: Access violation reading location 0xabababab.
>>   
> Possible to send sample code? Also which platform you are on, including 
> compiler version?
> 
> Thanks,
> Samisa...
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Re%3A-Axis2c%2C--0.95-tf2532366.html#a7063045
Sent from the Axis - C++ - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to