lafagnosticuifoundation/cone/src/COEMAINSECUREFEP.CPP
changeset 33 b3425bf29f82
parent 0 2f259fa3e83a
--- a/lafagnosticuifoundation/cone/src/COEMAINSECUREFEP.CPP	Mon May 03 12:45:33 2010 +0300
+++ b/lafagnosticuifoundation/cone/src/COEMAINSECUREFEP.CPP	Wed Jun 23 05:40:10 2010 +0800
@@ -18,7 +18,7 @@
 #include "coepanic.h"
 #include <fepplugin.h>
 #include "COEFEP.H"
-#include "coedatastorage.h"
+#include "CoeDataStorage.h"
 
 
 #include <ecom/ecom.h>
@@ -74,6 +74,7 @@
 @param	aDisplayNames The array of FEP display names to be filled. May be passed as NULL if display names are not required.
 */
 	{
+    CleanupClosePushL(aUids);
 	aUids.Reset();
 	if(aDisplayNames)
 		{
@@ -93,6 +94,7 @@
 			}
 		}
 	CleanupStack::PopAndDestroy(&implementationArray);
+	CleanupStack::Pop(&aUids);
 	}
 
 EXPORT_C void CCoeEnv::InstallFepL(TUid aFepUid)