--- a/radioengine/settings/src/cradioregion.cpp Tue Oct 12 11:25:14 2010 +0300
+++ b/radioengine/settings/src/cradioregion.cpp Fri Oct 15 16:26:27 2010 +0300
@@ -69,7 +69,7 @@
CleanupStack::PushL( self );
self->ConstructL( aRr );
- CleanupStack::Pop();
+ CleanupStack::Pop( self );
return self;
}