fMenuSem was not initialized, and therefore, the window tried to delete some

arbitrary semaphore on destruction.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13250 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-06-23 23:18:17 +00:00
parent c69d4b2719
commit d2e5d36050
1 changed files with 1 additions and 0 deletions

View File

@ -2035,6 +2035,7 @@ BWindow::InitData(BRect frame, const char* title, window_look look,
// TODO: see WHEN is this used!
fWaitingForMenu = false;
fMenuSem = -1;
fMinimized = false;