FS-9536 [core] fix return value

This commit is contained in:
dingding 2016-09-20 12:51:59 +08:00
parent fca259d13c
commit 9f01830d60
1 changed files with 1 additions and 1 deletions

View File

@ -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);