photosgallery/slideshow/engine/tsrc/t_cshweffects/t_cshweffects_dllmain.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 0 4e91876724a2
--- a/photosgallery/slideshow/engine/tsrc/t_cshweffects/t_cshweffects_dllmain.cpp	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/slideshow/engine/tsrc/t_cshweffects/t_cshweffects_dllmain.cpp	Wed Mar 31 21:31:03 2010 +0300
@@ -32,14 +32,14 @@
 	{
 	// create the normal zoom and pan
 	MShwEffect* eff = CShwCrossFadeEffect::NewLC();
-	CleanupStack::Pop();
+	CleanupStack::Pop( eff );
 	return eff;
 	}
 
 MShwEffect* CreateZoomAndPanL()
 	{
 	MShwEffect* eff = CShwZoomAndPanEffect::NewLC();
-	CleanupStack::Pop();
+	CleanupStack::Pop( eff );
 	return eff;
 	}