mtpdataproviders/mtpimagedp/src/cmtpimagedpthumbnailcreator.cpp
branchRCL_3
changeset 19 0aa8cc770c8a
parent 5 3673b591050c
child 20 4a793f564d72
equal deleted inserted replaced
18:453dfc402455 19:0aa8cc770c8a
    66     delete iScaler;
    66     delete iScaler;
    67 #endif
    67 #endif
    68     delete iBitmap;  
    68     delete iBitmap;  
    69     delete iObjectSource;
    69     delete iObjectSource;
    70     delete iThumbMgr;
    70     delete iThumbMgr;
    71     if(iActiveSchedulerWait->IsStarted())
    71     if(iActiveSchedulerWait != NULL && iActiveSchedulerWait->IsStarted())
    72         {
    72         {
    73         *iCreationErr = KErrNotReady;
    73         *iCreationErr = KErrNotReady;
    74         iActiveSchedulerWait->AsyncStop();
    74         iActiveSchedulerWait->AsyncStop();
    75         }
    75         }
    76     delete iActiveSchedulerWait;
    76     delete iActiveSchedulerWait;