mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
sqlite can't handle bi-directional mutexing
This commit is contained in:
@@ -5262,9 +5262,9 @@ static void general_event_handler(switch_event_t *event)
|
||||
}
|
||||
|
||||
|
||||
switch_mutex_lock(profile->ireg_mutex);
|
||||
switch_mutex_lock(profile->dbh_mutex);
|
||||
sofia_glue_execute_sql_callback(profile, NULL, sql, notify_callback, profile);
|
||||
switch_mutex_unlock(profile->ireg_mutex);
|
||||
switch_mutex_unlock(profile->dbh_mutex);
|
||||
sofia_glue_release_profile(profile);
|
||||
|
||||
free(sql);
|
||||
|
||||
Reference in New Issue
Block a user