summaryrefslogtreecommitdiff
path: root/main/xmldoc.c
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2008-12-31 22:53:55 +0000
committerTerry Wilson <twilson@digium.com>2008-12-31 22:53:55 +0000
commitc70d486ec65fbaa25fbcc4c5e56b65fa0c71444e (patch)
tree81c9eee7ac9338950faf606275e97ac4cd8a1642 /main/xmldoc.c
parent4412a4ba2461eaab4607310a7adc4c9aa4f3c4e8 (diff)
Don't forget to free typename
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167057 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/xmldoc.c')
-rw-r--r--main/xmldoc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/xmldoc.c b/main/xmldoc.c
index 1cd3a0909..230b8a4c8 100644
--- a/main/xmldoc.c
+++ b/main/xmldoc.c
@@ -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));