Memory leak in SOAPTransportFactory
-----------------------------------
Key: AXISCPP-740
URL: http://issues.apache.org/jira/browse/AXISCPP-740
Project: Axis-C++
Type: Bug
Components: Basic Architecture
Versions: current (nightly)
Environment: Linux
Reporter: Samisa Abeysinghe
Priority: Minor
The following leak is revealed by the profiler tool:
==14216== 60 bytes in 1 blocks are definitely lost in loss record 2 of 4
==14216== at 0x1B904BF3: operator new(unsigned) (vg_replace_malloc.c:133)
==14216== by 0x1C0004F7: ???
==14216== by 0x1BFEE131: ???
==14216== by 0x1BFEED19: ???
==14216== by 0x1BFEE1C0: ???
==14216== by 0x1B94140D:
axiscpp::SOAPTransportFactory::getTransportObject(axiscpp::AXIS_PROTOCOL_TYPE)
(in /home/samisa/obj/bin/libaxis_client.so)
==14216== by 0x1B96E2E7: axiscpp::Call::Call() (in
/home/samisa/obj/bin/libaxis_client.so)
==14216== by 0x1B95BB1F: axiscpp::Stub::Stub(char const*,
axiscpp::AXIS_PROTOCOL_TYPE) (in /home/samisa/obj/bin/libaxis_client.so)
==14216== by 0x804AAB4: InteropTestPortType::InteropTestPortType(char
const*, axiscpp::AXIS_PROTOCOL_TYPE) (InteropTestPortType.cpp:21)
==14216== by 0x80495B8: main (Client.cpp:66)
--
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
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira