photosgallery/viewframework/medialists/src/glxmedia.cpp
branchRCL_3
changeset 47 f9e827349359
parent 30 a60acebbbd9d
--- a/photosgallery/viewframework/medialists/src/glxmedia.cpp	Wed Jun 09 09:41:51 2010 +0300
+++ b/photosgallery/viewframework/medialists/src/glxmedia.cpp	Mon Jun 21 15:40:32 2010 +0300
@@ -580,7 +580,8 @@
 
     __DEBUG_ONLY( _iUserReservationCount-- );
 
-	iUsers.Append( TMediaUser( &aUser, aIndex ) ); // Ignore error, cannot fail since reservation made 
+	// Ignore the leave, cannot fail since reservation made 
+    TRAP_IGNORE(iUsers.AppendL(TMediaUser(&aUser, aIndex))); 
 	}
 
 // -----------------------------------------------------------------------------