search for: 66b4141

Displaying 1 result from an estimated 1 matches for "66b4141".

Did you mean: 66441
2007 Mar 15
0
2 commits - libswfdec/swfdec_sprite.c
...611b7154a0879ce27caf1372202c036fe35565d (from 6ace3ae6803985e664f83dea6635cf7542e7cf25) Author: Benjamin Otte <otte@gnome.org> Date: Thu Mar 15 23:00:53 2007 +0100 remove contents from lookup table in error paths diff --git a/libswfdec/swfdec_sprite.c b/libswfdec/swfdec_sprite.c index 66b4141..c1b8016 100644 --- a/libswfdec/swfdec_sprite.c +++ b/libswfdec/swfdec_sprite.c @@ -355,6 +355,7 @@ swfdec_spriteseg_place_object_2 (SwfdecS int id = swfdec_bits_get_u16 (bits); content->graphic = swfdec_swf_decoder_get_character (s, id); if (!SWFDEC_IS_GRAPHIC (content->graphi...