mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-21 19:02:06 +00:00
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12151 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7a5783c675
commit
d27a71a680
@ -278,10 +278,11 @@ static switch_status_t route_lookup(char *dn, easyroute_results_t *results, int
|
|||||||
switch_set_string(results->acctcode, "");
|
switch_set_string(results->acctcode, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
switch_safe_free(sql);
|
||||||
#else
|
#else
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "mod_easyroute requires core ODBC support. Please refer to the documentation on how to enable this\n");
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "mod_easyroute requires core ODBC support. Please refer to the documentation on how to enable this\n");
|
||||||
#endif
|
#endif
|
||||||
switch_safe_free(sql);
|
|
||||||
if (globals.mutex){
|
if (globals.mutex){
|
||||||
switch_mutex_unlock(globals.mutex);
|
switch_mutex_unlock(globals.mutex);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user