lafagnosticuifoundation/cone/src/COEMAINSECUREFEP.CPP
changeset 30 56e9a0aaad89
parent 0 2f259fa3e83a
--- a/lafagnosticuifoundation/cone/src/COEMAINSECUREFEP.CPP	Thu May 27 13:07:04 2010 +0300
+++ b/lafagnosticuifoundation/cone/src/COEMAINSECUREFEP.CPP	Fri Jun 11 13:54:51 2010 +0300
@@ -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)