[Home]

Summary:ASTERISK-22395: [patch] manager.c and res_agi.c leak results from ast_xmldoc_printable
Reporter:Corey Farrell (coreyfarrell)Labels:
Date Opened:2013-08-26 08:44:07Date Closed:2013-08-30 12:58:01
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/ManagerInterface Resources/res_agi
Versions:SVN 12 1.8.24.0 11.6.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) manager-leaks-1.8.patch
( 1) manager-leaks-11.patch
( 2) manager-leaks-12.patch
( 3) res_agi-xmldoc-leaks.patch
Description:ast_xmldoc_printable returns an allocated block that must be freed by the caller.  manager.c and res_agi.c leak these results.

One patch covers res_agi.c for all versions.  manager patch for 12 also works for trunk.
Comments:By: Rusty Newton (rnewton) 2013-08-26 08:59:57.672-0500

Great job on all the fixes Corey. Much appreciated!