--- a/textinput/ptienginev2/src/PtiHwrRecognizer.cpp Thu Aug 19 10:15:25 2010 +0300
+++ b/textinput/ptienginev2/src/PtiHwrRecognizer.cpp Tue Aug 31 15:31:50 2010 +0300
@@ -200,7 +200,6 @@
//
void CHwrRecognizer::AppendMatchedLanguagesL(const TDesC8& aImplementationData, RArray<TInt>& aResult)
{
- CleanupClosePushL( aResult );
TInt lower, upper, i;
const TInt separatorLength = KDataSeparator().Length();
@@ -254,7 +253,6 @@
}
}
}
- CleanupStack::Pop();
}
// ---------------------------------------------------------------------------