diff --git a/src/servers/registrar/Registrar.cpp b/src/servers/registrar/Registrar.cpp index 654c01c5da..5295964e1e 100644 --- a/src/servers/registrar/Registrar.cpp +++ b/src/servers/registrar/Registrar.cpp @@ -49,7 +49,8 @@ Registrar::Registrar(status_t *error) fMIMEManager(NULL), fEventQueue(NULL), fMessageRunnerManager(NULL), - fSanityEvent(NULL) + fSanityEvent(NULL), + fShutdownProcess(NULL) { FUNCTION_START(); }