watchdog/src/watchdog.cpp
changeset 51 87e65c44ff3a
parent 40 910a23996aa0
child 60 79f826a55db2
equal deleted inserted replaced
48:1389872e7c51 51:87e65c44ff3a
   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.