mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-18 08:49:57 -04:00
parent
3e56da238c
commit
8240379a3c
@ -245,7 +245,6 @@ static void trace_lock_free(void *lock_, unsigned locktype)
|
||||
{
|
||||
lock_wrapper *lock = lu_find(lock_);
|
||||
if (!lock || lock->status == FREE || lock->locked) {
|
||||
__asm__("int3");
|
||||
TT_FAIL(("lock: free error"));
|
||||
} else {
|
||||
lock->status = FREE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user