metadataengine/client/src/mdenotifierao.cpp
branchRCL_3
changeset 19 b73252188534
parent 9 82c0024438c8
equal deleted inserted replaced
18:63c982fb92f2 19:b73252188534
    64 
    64 
    65 CMdENotifierAO::~CMdENotifierAO()
    65 CMdENotifierAO::~CMdENotifierAO()
    66     {
    66     {
    67     Cancel(); // Causes call to DoCancel()
    67     Cancel(); // Causes call to DoCancel()
    68     delete iDataBuffer;
    68     delete iDataBuffer;
       
    69     iDataBuffer = NULL;
    69     iIdArray.Close();
    70     iIdArray.Close();
    70     iRelationItemArray.Close();
    71     iRelationItemArray.Close();
    71     }
    72     }
    72 
    73 
    73 
    74