mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 03:08:45 +00:00
Don't forget to free typename
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167057 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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));
|
||||||
|
Reference in New Issue
Block a user