photosgallery/viewframework/commandhandlers/commandhandlerupnp/tsrc/t_glxcommandhandlercopytohomenetwork/src/t_glxcmdhndlrcopytohomentwk.cpp
branchRCL_3
changeset 11 71da52165949
parent 0 4e91876724a2
child 13 bcb43dc84c44
equal deleted inserted replaced
9:6b87b143d312 11:71da52165949
   289 //Tear down
   289 //Tear down
   290 void t_cglxcommandhandlercopytohomenetwork::Teardown(  )
   290 void t_cglxcommandhandlercopytohomenetwork::Teardown(  )
   291     {
   291     {
   292     EUNIT_PRINT(_L("before teardown"));
   292     EUNIT_PRINT(_L("before teardown"));
   293     
   293     
   294     delete iCommandHandlerCopyToHomeNetwork;                  
   294     delete iCommandHandlerCopyToHomeNetwork;
       
   295     iCommandHandlerCopyToHomeNetwork = NULL;
   295 
   296 
   296     if(iList)   
   297     if(iList)   
   297         {
   298         {
   298         delete iList;        
   299         delete iList;
       
   300         iList = NULL;
   299         }   
   301         }   
   300     EUNIT_PRINT(_L("After teardown"));        
   302     EUNIT_PRINT(_L("After teardown"));        
   301     }
   303     }
   302     
   304     
   303 
   305