search for: c1b8016

Displaying 1 result from an estimated 1 matches for "c1b8016".

Did you mean: 18016
2007 Mar 15
0
2 commits - libswfdec/swfdec_sprite.c
...3a4101ff86efb11f43e4b28778f1d90a320b118 (from e611b7154a0879ce27caf1372202c036fe35565d) 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 c1b8016..8bbc7c9 100644 --- a/libswfdec/swfdec_sprite.c +++ b/libswfdec/swfdec_sprite.c @@ -355,7 +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...