watchdog/src/watchdog.cpp
changeset 54 a3cc46f37772
parent 28 c461c7fa72c2
--- 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;
     }