Uninitialized member variable. The cause for the shutdown process sometimes not to start at all.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13640 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-07-11 23:14:56 +00:00
parent b43356dbeb
commit 54fce51326

View File

@ -49,7 +49,8 @@ Registrar::Registrar(status_t *error)
fMIMEManager(NULL),
fEventQueue(NULL),
fMessageRunnerManager(NULL),
fSanityEvent(NULL)
fSanityEvent(NULL),
fShutdownProcess(NULL)
{
FUNCTION_START();
}