diff -r aa5a574040a4 -r a3cc46f37772 watchdog/src/watchdog.cpp --- a/watchdog/src/watchdog.cpp Tue Jul 06 14:44:37 2010 +0300 +++ b/watchdog/src/watchdog.cpp Fri Sep 17 16:54:49 2010 +0300 @@ -161,7 +161,7 @@ // CWatchdog::~CWatchdog() { - delete iShutdownObserver; + delete iShutdownObserver; delete iSelfShutdownObserver; Cancel(); } @@ -304,5 +304,6 @@ } delete cleanupStack; + cleanupStack = NULL; return err; }