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:
Axel Dörfler 2005-06-16 18:40:04 +00:00
parent 1831c12069
commit 837261c6bb

View File

@ -182,7 +182,7 @@ BLooper::~BLooper()
RemoveHandler(child); RemoveHandler(child);
} }
UnlockFully(); Unlock();
RemoveLooper(this); RemoveLooper(this);
delete_sem(fLockSem); delete_sem(fLockSem);
} }