Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
current (nightly)
-
None
-
All platforms
Description
There are numerous memory leaks in the classes in ws-axis\c\src\soap\xsd. This was revealed by purifier tools.
Especially the memory allocated inside serialize method is never deallocated.
Attachments
Issue Links
- is depended upon by
-
AXISCPP-339 Fix trivial memory leaks revealed by profiler tools
- Closed
Additionally, have to use memory allocation best practices in allocating/deallocating memory.