mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 10:08:08 +00:00
FS-10167 extra unlock
This commit is contained in:
parent
aa526a5363
commit
ac3758df70
@ -512,8 +512,6 @@ KS_DECLARE(ks_status_t) ks_rwl_read_lock(ks_rwl_t *rwlock)
|
||||
return KS_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
ks_mutex_unlock(rwlock->read_lock_mutex);
|
||||
|
||||
AcquireSRWLockShared(&rwlock->rwlock);
|
||||
#else
|
||||
pthread_rwlock_rdlock(&rwlock->rwlock);
|
||||
|
Loading…
x
Reference in New Issue
Block a user