don't leak xml string in dl_logger

This commit is contained in:
Michael Jerris 2014-04-30 13:44:59 -04:00
parent 0b8d2c5d65
commit ac9741b579
1 changed files with 1 additions and 0 deletions

View File

@ -905,6 +905,7 @@ static void dl_logger(char *file, const char *func, int line, int level, char *f
"%s:\n-------------------------------------------------------------------------------\n" "%s\n", ll, form);
switch_xml_free(xml);
free(data);
switch_safe_free(form);
}
}
}