diff -r 24e118dfbea1 -r 4c28d569e1fe locationtriggering/ltclientlib/src/lbtgeowcdmacell.cpp --- a/locationtriggering/ltclientlib/src/lbtgeowcdmacell.cpp Mon Aug 23 17:49:43 2010 +0530 +++ b/locationtriggering/ltclientlib/src/lbtgeowcdmacell.cpp Mon Sep 27 16:57:22 2010 +0530 @@ -36,7 +36,7 @@ EXPORT_C CLbtGeoWcdmaCell* CLbtGeoWcdmaCell::NewLC() { CLbtGeoWcdmaCell* self = CLbtGeoWcdmaCell::NewL(); - CleanupStack::Pop( self ); + CleanupStack::PushL( self ); return self; }