[asterisk-bugs] [JIRA] (ASTERISK-22400) [patch] manager.c and res_agi.c leak results from ast_xmldoc_printable
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Mon Aug 26 09:01:04 CDT 2013
Rusty Newton created ASTERISK-22400:
---------------------------------------
Summary: [patch] manager.c and res_agi.c leak results from ast_xmldoc_printable
Key: ASTERISK-22400
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22400
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