Revert part of r43166 that was included accidentally. This resulted in
incorrect behavior while processing certain kinds of messages, and consequently deadlocks in some apps. Fixes #8101. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43237 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3055,9 +3055,6 @@ BWindow::task_looper()
|
||||
DispatchMessage(fLastMessage, handler);
|
||||
}
|
||||
|
||||
if (!cookie.tokens_scanned)
|
||||
continue;
|
||||
|
||||
// Delete the current message
|
||||
delete fLastMessage;
|
||||
fLastMessage = NULL;
|
||||
|
||||
Reference in New Issue
Block a user