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:
Rene Gollent
2011-11-11 23:39:02 +00:00
parent 3c38636c9f
commit 221f5018b9
-3
View File
@@ -3055,9 +3055,6 @@ BWindow::task_looper()
DispatchMessage(fLastMessage, handler);
}
if (!cookie.tokens_scanned)
continue;
// Delete the current message
delete fLastMessage;
fLastMessage = NULL;