phoneengine/PhoneCntFinder/ContactService/src/CPhCntContactManager.cpp
branchRCL_3
changeset 34 b68fcd923911
parent 31 ba54057fe027
child 39 b8d67d6176f5
equal deleted inserted replaced
31:ba54057fe027 34:b68fcd923911
    72     delete iSortOrder;
    72     delete iSortOrder;
    73     if( iContactManager )
    73     if( iContactManager )
    74         {
    74         {
    75         TRAP_IGNORE( iContactManager->ContactStoresL().CloseAll( *this ) );
    75         TRAP_IGNORE( iContactManager->ContactStoresL().CloseAll( *this ) );
    76         }
    76         }
    77     delete iContactStore;
       
    78     delete iContactManager;
    77     delete iContactManager;
    79     delete iContactStoreUris;
    78     delete iContactStoreUris;
    80     }
    79     }
    81 
    80 
    82 // ---------------------------------------------------------------------------
    81 // ---------------------------------------------------------------------------