syncmlfw/common/alertqueue/src/NSmlAlertHandler.cpp
branchRCL_3
changeset 9 57a65a3a658c
parent 0 b497e44ab2fc
equal deleted inserted replaced
5:3f7d9dbe57c8 9:57a65a3a658c
    60 // ---------------------------------------------------------
    60 // ---------------------------------------------------------
    61 CNSmlAlertHandler::~CNSmlAlertHandler()
    61 CNSmlAlertHandler::~CNSmlAlertHandler()
    62 	{
    62 	{
    63 
    63 
    64 	Cancel();
    64 	Cancel();
    65 	if( !iHistoryArray )
    65 	if( iHistoryArray )
    66 	{
    66 	{
    67 	iHistoryArray->SetOwnerShip( ETrue );
    67 	iHistoryArray->SetOwnerShip( ETrue );
    68 	delete iHistoryArray;
    68 	delete iHistoryArray;
    69 	}
    69 	}
    70 	delete iAlertParser;			
    70 	delete iAlertParser;