mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
FS-9536 [core] fix return value
This commit is contained in:
parent
fca259d13c
commit
9f01830d60
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user