brandingserver/bsserver/cbsbrandhandler.cpp
changeset 19 7e0cc21eb164
parent 2 89455bbf90d8
child 21 5872ac9a5671
--- a/brandingserver/bsserver/cbsbrandhandler.cpp	Tue Feb 02 00:23:45 2010 +0200
+++ b/brandingserver/bsserver/cbsbrandhandler.cpp	Fri Apr 16 15:16:51 2010 +0300
@@ -210,7 +210,6 @@
 	if (iLanguage >= 100)
 		User::LeaveIfError (KErrNotFound);
 	HBufC* fileName = GetTextL( aId );
-	CleanupStack :: PushL (fileName);
 
     TBuf<KLangBufLength> buffer;
 // append leading zero only if language code is <10.
@@ -240,8 +239,6 @@
 		TRACE( T_LIT( "CBSBrandHandler::GetFileL found in default brand") );
 	    
 	    }
-	
-	CleanupStack :: PopAndDestroy (fileName);
 
 	aFile = file;
     TRACE( T_LIT( "CBSBrandHandler::GetFileL end") );