diff -r 4eb1ae11334f -r e6a39382bb9c textinput/ptienginev2/languages/PtiFactory_ITUT_25.cpp --- a/textinput/ptienginev2/languages/PtiFactory_ITUT_25.cpp Wed Apr 14 16:18:34 2010 +0300 +++ b/textinput/ptienginev2/languages/PtiFactory_ITUT_25.cpp Tue Apr 27 16:59:43 2010 +0300 @@ -1,8 +1,8 @@ /* -* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0"" +* under the terms of the License "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.html". * @@ -74,7 +74,9 @@ void CPtiVariantITUT_25DataFactory::ListLanguagesL(RArray& aResult) { + CleanupClosePushL(aResult); aResult.AppendL(ELangCzech); + CleanupStack::Pop(); } // End of file