git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16255 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2010-01-12 01:47:31 +00:00
parent 99a4b08ffd
commit 650f55bf2f
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ SWITCH_DECLARE(void) switch_nat_republish(void)
if (!(natxml = switch_xml_parse_str_dup(stream.data))) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Unable to parse XML: %s\n", (char *) stream.data);
switch_safe_free(stream.data);
return;
}
/* iterate the xml and publish the mappings */