This removes the "error: looper must be locked when quit" message.
I haven't yet fully investigated the looper quitting mechanism in detail, so there might be more bugs left. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13184 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1831c12069
commit
837261c6bb
@ -182,7 +182,7 @@ BLooper::~BLooper()
|
||||
RemoveHandler(child);
|
||||
}
|
||||
|
||||
UnlockFully();
|
||||
Unlock();
|
||||
RemoveLooper(this);
|
||||
delete_sem(fLockSem);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user