watchdog/src/watchdog.cpp
changeset 56 fd6cce931a8a
parent 45 a93990e5815e
child 60 79f826a55db2
equal deleted inserted replaced
52:40db28bb26b8 56:fd6cce931a8a
   160 // ---------------------------------------------------------------------------
   160 // ---------------------------------------------------------------------------
   161 //
   161 //
   162 CWatchdog::~CWatchdog()
   162 CWatchdog::~CWatchdog()
   163     {
   163     {
   164     delete iShutdownObserver;
   164     delete iShutdownObserver;
   165     iShutdownObserver = NULL;
       
   166     delete iSelfShutdownObserver;
   165     delete iSelfShutdownObserver;
   167     iSelfShutdownObserver = NULL;
       
   168     Cancel();
   166     Cancel();
   169     }
   167     }
   170 
   168 
   171 // ---------------------------------------------------------------------------
   169 // ---------------------------------------------------------------------------
   172 // Active object's request handling.
   170 // Active object's request handling.