git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9972 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-10-11 22:01:14 +00:00
parent a1bda52bb6
commit 5eee040588
1 changed files with 1 additions and 1 deletions

View File

@ -264,8 +264,8 @@ SWITCH_STANDARD_API(domain_exists_function)
} else {
stream->write_function(stream, "false");
}
switch_xml_free(root);
}
switch_xml_free(root);
return SWITCH_STATUS_SUCCESS;
}