search for: 82071ad

Displaying 1 result from an estimated 1 matches for "82071ad".

Did you mean: 802.1ad
2007 Oct 17
0
4 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_movie.c libswfdec/swfdec_system_as.c libswfdec/swfdec_text_field_movie.c test/trace
...if (iter == NULL) return; + g_free (iter->data); movie->variable_listeners = g_slist_remove (movie->variable_listeners, iter->data); - g_free (iter->data); } static void diff --git a/libswfdec/swfdec_text_field_movie.c b/libswfdec/swfdec_text_field_movie.c index 82071ad..4f238b7 100644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swfdec_text_field_movie.c @@ -28,6 +28,7 @@ #include "swfdec_text_field_movie.h" #include "swfdec_as_context.h" #include "swfdec_as_strings.h" +#include "swfdec_as_interpret.h" #inc...