dect
/
asterisk
Archived
13
0
Fork 0

Don't forget to free typename

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@167057 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
twilson 2008-12-31 22:53:55 +00:00
parent de66250540
commit c5b4aaea6f
1 changed files with 1 additions and 0 deletions

View File

@ -1378,6 +1378,7 @@ char *ast_xmldoc_build_seealso(const char *type, const char *name)
}
first = 0;
ast_xml_free_text(content);
ast_xml_free_attr(typename);
}
output = ast_strdup(ast_str_buffer(outputstr));