Fix uninitialized m_windowCount which could cause the app to close on any window

close randomly (or always with libroot_debug).


git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@139 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
mmlr 2010-02-19 02:48:44 +00:00
parent 2bff1b8203
commit defb5e01c4
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ enum {
LauncherApp::LauncherApp()
: BApplication(kApplicationSignature)
, m_windowCount(0)
, m_lastWindowFrame(100, 100, 700, 750)
, m_launchRefsMessage(0)
, m_initialized(false)