textinput/ptienginev2/languages/PtiFactory_ITUT_96.cpp
branchRCL_3
changeset 9 e6a39382bb9c
parent 0 eb1f2e154e89
child 20 ebd48d2de13c
--- a/textinput/ptienginev2/languages/PtiFactory_ITUT_96.cpp	Wed Apr 14 16:18:34 2010 +0300
+++ b/textinput/ptienginev2/languages/PtiFactory_ITUT_96.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_96DataFactory::ListLanguagesL(RArray<TInt>& aResult)
     {
+    CleanupClosePushL(aResult);
     aResult.AppendL(ELangVietnamese);
+    CleanupStack::Pop();
     }
 
 // End of file