CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/08/06 18:28:41
Modified files: . : ChangeLog server : video_stream_instance.cpp Log message: * server/video_stream_instance.cpp (markReachableResources): don't forget to call the character's version of resource marking !! Fixes bug #20657. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3953&r2=1.3954 http://cvs.savannah.gnu.org/viewcvs/gnash/server/video_stream_instance.cpp?cvsroot=gnash&r1=1.33&r2=1.34 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3953 retrieving revision 1.3954 diff -u -b -r1.3953 -r1.3954 --- ChangeLog 6 Aug 2007 07:22:28 -0000 1.3953 +++ ChangeLog 6 Aug 2007 18:28:41 -0000 1.3954 @@ -1,5 +1,11 @@ 2007-08-06 Zou Lunkai <[EMAIL PROTECTED]> + * server/video_stream_instance.cpp (markReachableResources): don't + forget to call the character's version of resource marking !! + Fixes bug #20657. + +2007-08-06 Zou Lunkai <[EMAIL PROTECTED]> + * testsuite/actionscript.all/ops.as: xcheck to check, it passed here. 2007-08-05 Sandro Santilli <[EMAIL PROTECTED]> Index: server/video_stream_instance.cpp =================================================================== RCS file: /sources/gnash/gnash/server/video_stream_instance.cpp,v retrieving revision 1.33 retrieving revision 1.34 diff -u -b -r1.33 -r1.34 --- server/video_stream_instance.cpp 2 Aug 2007 21:23:42 -0000 1.33 +++ server/video_stream_instance.cpp 6 Aug 2007 18:28:41 -0000 1.34 @@ -17,7 +17,7 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // -// $Id: video_stream_instance.cpp,v 1.33 2007/08/02 21:23:42 strk Exp $ +// $Id: video_stream_instance.cpp,v 1.34 2007/08/06 18:28:41 strk Exp $ #include "sprite_instance.h" #include "video_stream_instance.h" @@ -283,6 +283,9 @@ video_stream_instance::markReachableResources() const { if ( _ns ) _ns->setReachable(); + + // Invoke character's version of reachability mark + markCharacterReachable(); } #endif // GNASH_USE_GC _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit