Displaying 1 result from an estimated 1 matches for "760fe43".
Did you mean:
760343
2007 Mar 15
0
11 commits - libswfdec/swfdec_debugger.c libswfdec/swfdec_debugger.h libswfdec/swfdec_event.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_player.c
...(SwfdecMovie *movie, gpointer child_remove)
{
+ movie->will_be_removed = TRUE;
/* remove all children */
while (movie->list) {
(*(SwfdecMovieRemoveFunc) child_remove) (movie->list->data, child_remove);
diff --git a/libswfdec/swfdec_player.c b/libswfdec/swfdec_player.c
index 760fe43..285eae9 100644
--- a/libswfdec/swfdec_player.c
+++ b/libswfdec/swfdec_player.c
@@ -625,11 +625,14 @@ swfdec_player_iterate (SwfdecTimeout *ti
GList *walk;
SWFDEC_INFO ("=== START ITERATION ===");
- /* The handling of this list is rather tricky. This code assumes that no
- * m...