Revert 12370

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12371 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene
2009-03-03 17:03:48 +00:00
parent 8857e1d8cc
commit 8fa0ff970a
5 changed files with 16 additions and 16 deletions

View File

@@ -289,7 +289,7 @@ static switch_status_t do_config()
sql = switch_mprintf("delete from limit_data where hostname='%q';", globals.hostname);
limit_execute_sql(sql, globals.mutex);
switch_core_db_free(sql);
switch_safe_free(sql);
switch_xml_free(xml);