messagingfw/biomsgfw/wappsrc/wapp.cpp
changeset 47 d176b53f330f
parent 0 8e480a14352b
child 46 d51193d814ea
--- a/messagingfw/biomsgfw/wappsrc/wapp.cpp	Wed Aug 18 10:15:32 2010 +0300
+++ b/messagingfw/biomsgfw/wappsrc/wapp.cpp	Thu Sep 02 20:55:53 2010 +0300
@@ -3732,7 +3732,7 @@
 #endif // SYMBIAN_BOOKMARK_DATABASE
 
 		// File writing has completed, set the size in the attachment
-		TInt fileSize;
+		TInt fileSize = 0;
 		User::LeaveIfError(file.Size(fileSize));
 		attachment->SetSize(fileSize);