imagehandlingutilities/thumbnailmanager/thumbnailclient/src/thumbnaildataimpl.cpp
changeset 36 c5df59b4ae2d
parent 0 2014ca87e772
child 39 1a8af2cd6858
equal deleted inserted replaced
30:b67379558a75 36:c5df59b4ae2d
    39 // ---------------------------------------------------------------------------
    39 // ---------------------------------------------------------------------------
    40 //
    40 //
    41 CThumbnailDataImpl::~CThumbnailDataImpl()
    41 CThumbnailDataImpl::~CThumbnailDataImpl()
    42     {
    42     {
    43     delete iBitmap;
    43     delete iBitmap;
       
    44     iBitmap = NULL;
    44     iClientData = NULL;
    45     iClientData = NULL;
    45     }
    46     }
    46 
    47 
    47 
    48 
    48 // ---------------------------------------------------------------------------
    49 // ---------------------------------------------------------------------------