Displaying 1 result from an estimated 1 matches for "d01b8e4".
2007 Mar 07
0
13 commits - libswfdec/Makefile.am libswfdec/swfdec_js_global.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_root_movie.c libswfdec/swfdec_root_movie.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c
...3 2007 +0100
remove any mention of character data and SwfdecSpriteInfo
I didn't like that concept anyway and it was only used for init actions.
And init actions are going to use root actions now.
diff --git a/libswfdec/swfdec_root_movie.c b/libswfdec/swfdec_root_movie.c
index d01b8e4..aeaa529 100644
--- a/libswfdec/swfdec_root_movie.c
+++ b/libswfdec/swfdec_root_movie.c
@@ -127,10 +127,6 @@ swfdec_root_movie_dispose (GObject *obje
g_object_unref (root->decoder);
root->decoder = NULL;
}
- if (root->character_data != NULL) {
- g_hash_table_destroy (root-...