[asterisk-bugs] [JIRA] (ASTERISK-22395) [patch] manager.c and res_agi.c leak results from ast_xmldoc_printable
Corey Farrell (JIRA)
noreply at issues.asterisk.org
Mon Aug 26 08:45:03 CDT 2013
Corey Farrell created ASTERISK-22395:
----------------------------------------
Summary: [patch] manager.c and res_agi.c leak results from ast_xmldoc_printable
Key: ASTERISK-22395
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22395
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/ManagerInterface, Resources/res_agi
Affects Versions: SVN, 12, 1.8.24.0, 11.6.0
Reporter: Corey Farrell
Severity: Minor
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list