Skip to content
Snippets Groups Projects
Commit c70d486e authored by Terry Wilson's avatar Terry Wilson
Browse files

Don't forget to free typename

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167057 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 4412a4ba
Branches
Tags
No related merge requests found
...@@ -1378,6 +1378,7 @@ char *ast_xmldoc_build_seealso(const char *type, const char *name) ...@@ -1378,6 +1378,7 @@ char *ast_xmldoc_build_seealso(const char *type, const char *name)
} }
first = 0; first = 0;
ast_xml_free_text(content); ast_xml_free_text(content);
ast_xml_free_attr(typename);
} }
output = ast_strdup(ast_str_buffer(outputstr)); output = ast_strdup(ast_str_buffer(outputstr));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment