mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
FS-9536 [core] fix return value
This commit is contained in:
@@ -111,7 +111,7 @@ SWITCH_DECLARE(void *) switch_core_hash_delete_locked(switch_hash_t *hash, const
|
||||
switch_mutex_lock(mutex);
|
||||
}
|
||||
|
||||
switch_core_hash_delete(hash, key);
|
||||
ret = switch_core_hash_delete(hash, key);
|
||||
|
||||
if (mutex) {
|
||||
switch_mutex_unlock(mutex);
|
||||
|
||||
Reference in New Issue
Block a user