From: Mathieu Rene Date: Thu, 19 Feb 2009 00:52:06 +0000 (+0000) Subject: tweak X-Git-Tag: v1.0.3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d27a71a6800f722fc0ff52d6ecd4130480c7607c;p=thirdparty%2Ffreeswitch.git tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12151 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_easyroute/mod_easyroute.c b/src/mod/applications/mod_easyroute/mod_easyroute.c index 586a79b99f..2ee12666bc 100644 --- a/src/mod/applications/mod_easyroute/mod_easyroute.c +++ b/src/mod/applications/mod_easyroute/mod_easyroute.c @@ -278,10 +278,11 @@ static switch_status_t route_lookup(char *dn, easyroute_results_t *results, int switch_set_string(results->acctcode, ""); } + switch_safe_free(sql); #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"); #endif - switch_safe_free(sql); + if (globals.mutex){ switch_mutex_unlock(globals.mutex); }