diff -r 5b3b2fa8c3ec -r f42d9a78f435 messagingapp/msgnotifications/msgnotifier/src/msgnotifier.cpp --- a/messagingapp/msgnotifications/msgnotifier/src/msgnotifier.cpp Wed Aug 18 00:46:12 2010 +0530 +++ b/messagingapp/msgnotifications/msgnotifier/src/msgnotifier.cpp Tue Aug 31 18:53:38 2010 +0530 @@ -31,6 +31,7 @@ #include "unidatamodelloader.h" #include "unidatamodelplugininterface.h" #include "msgcontacthandler.h" +#include "msgerrorwatcher.h" #include "debugtraces.h" @@ -58,6 +59,7 @@ d_ptr = q_check_ptr(new MsgNotifierPrivate(this)); mSimHandler = new MsgSimNumDetector(); + mErrorWatcher = new MsgErrorWatcher(this); QDEBUG_WRITE("MsgNotifier::MsgNotifier : Exit") } @@ -72,6 +74,7 @@ delete d_ptr; delete mSimHandler; + delete mErrorWatcher; QDEBUG_WRITE("MsgNotifier::~MsgNotifier : Enter") }