gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1220-g6c06e8e
Date: Sun, 30 Oct 2011 11:22:25 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  6c06e8ecd902a4cfe1185a8fa0c5fd55e50d26e0 (commit)
      from  024b510a1abc43d1b4acb93cff2696280cfb7603 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=6c06e8ecd902a4cfe1185a8fa0c5fd55e50d26e0


commit 6c06e8ecd902a4cfe1185a8fa0c5fd55e50d26e0
Author: Bastiaan Jacques <address@hidden>
Date:   Sun Oct 30 12:19:39 2011 +0100

    Prevent _registeredClasses from being prematurely deleted. Bug #34690.

diff --git a/libcore/movie_root.cpp b/libcore/movie_root.cpp
index 23c25cd..3840bbf 100644
--- a/libcore/movie_root.cpp
+++ b/libcore/movie_root.cpp
@@ -57,6 +57,7 @@
 #include "Transform.h"
 #include "StreamProvider.h"
 #include "SystemClock.h"
+#include "as_function.h"
 
 #ifdef USE_SWFTREE
 # include "tree.hh"
@@ -1782,7 +1783,8 @@ movie_root::markReachableResources() const
 #endif
     }
 #endif
-    
+
+    foreachSecond(_registeredClasses.begin(), _registeredClasses.end(), 
&as_function::setReachable);
 }
 
 InteractiveObject*

-----------------------------------------------------------------------

Summary of changes:
 libcore/movie_root.cpp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]