[Home]

Summary:ASTERISK-20648: [patch] - Memory leaks in xmldoc
Reporter:Corey Farrell (coreyfarrell)Labels:
Date Opened:2012-11-03 00:13:19Date Closed:2012-11-03 19:56:21
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/General
Versions:11.0.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) xmldoc-memory_leak.patch
Description:* ast_xmldoc_build_documentation leaks name variable
* xmldoc_unload_documentation leaks each doctree removed from xmldoc_tree
Comments:By: Corey Farrell (coreyfarrell) 2012-11-03 00:14:42.287-0500

Fix memory leak in ast_xmldoc_build_documentation and xmldoc_unload_documentation.

By: Matt Jordan (mjordan) 2012-11-03 19:41:37.581-0500

Thanks for the patch!