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:
@@ -53,6 +53,7 @@ enum {
|
|||||||
|
|
||||||
LauncherApp::LauncherApp()
|
LauncherApp::LauncherApp()
|
||||||
: BApplication(kApplicationSignature)
|
: BApplication(kApplicationSignature)
|
||||||
|
, m_windowCount(0)
|
||||||
, m_lastWindowFrame(100, 100, 700, 750)
|
, m_lastWindowFrame(100, 100, 700, 750)
|
||||||
, m_launchRefsMessage(0)
|
, m_launchRefsMessage(0)
|
||||||
, m_initialized(false)
|
, m_initialized(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user