upnpsettings/multiselectionui/src/upnpappmultiselectionpopup.cpp
changeset 34 eab116a48b80
parent 0 7f85d04be362
--- a/upnpsettings/multiselectionui/src/upnpappmultiselectionpopup.cpp	Tue Sep 21 11:21:11 2010 +0300
+++ b/upnpsettings/multiselectionui/src/upnpappmultiselectionpopup.cpp	Mon Oct 04 13:32:20 2010 +0300
@@ -64,9 +64,12 @@
 
     CUPnPAppMultiselectionPopup* self =
                    new(ELeave) CUPnPAppMultiselectionPopup( NULL, aHeading );
+    CleanupStack::PushL( self);
 
     self->ConstructL( aMediaType, aFileSharingEngine,aSelectionIndexArray );
-
+	
+    CleanupStack::Pop( self);
+    
     __LOG("CUPnPAppMultiselectionPopup::NewL end");
     return self;
     }