sysstatemgmt/systemstatemgr/ssm/src/ssmstatetransitionengine.cpp
branchRCL_3
changeset 61 8cb079868133
parent 60 ccb4f6b3db21
equal deleted inserted replaced
60:ccb4f6b3db21 61:8cb079868133
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   531  #ifdef _DEBUG
   531  #ifdef _DEBUG
   532 void CSsmStateTransitionEngine::CleanupTransitionEngine()
   532 void CSsmStateTransitionEngine::CleanupTransitionEngine()
   533 	{
   533 	{
   534 	iResolver.ReleasePolicyResolver();
   534 	iResolver.ReleasePolicyResolver();
   535 	delete iQueuedTransition;
   535 	delete iQueuedTransition;
   536 	iQueuedTransition = NULL;
       
   537 	delete iCurrentTransition;
   536 	delete iCurrentTransition;
   538 	iCurrentTransition = NULL;	
       
   539 	iCleSession.ReleaseCle();
   537 	iCleSession.ReleaseCle();
   540 	}
   538 	}
   541 #endif
   539 #endif