[
http://issues.apache.org/jira/browse/AXISCPP-391?page=comments#action_57801 ]
Samisa Abeysinghe commented on AXISCPP-391:
-------------------------------------------
Tried deleting g_traceEntrypoints in destructor as well as from within
terminate() using code shown below, but with no luck :(
#ifdef AXISTRACE_LIBRARY
delete g_traceEntrypoints;
g_traceEntrypoints = NULL;
#endif
> Memory leaks due to non deallocation of g_traceEntrypoints in AxisTrace class
> -----------------------------------------------------------------------------
>
> Key: AXISCPP-391
> URL: http://issues.apache.org/jira/browse/AXISCPP-391
> Project: Axis-C++
> Type: Bug
> Environment: All
> Reporter: Samisa Abeysinghe
>
> The setTraceEntrypoints method in AxisTrace class new a AxisTraceEntrypoints
> object.
> This is never deallocated.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira