Displaying 1 result from an estimated 1 matches for "swfdec_shape_parser_parse_chang".
Did you mean:
swfdec_shape_parser_parse_change
2007 Oct 12
0
4 commits - libswfdec/swfdec_shape_parser.c NEWS README test/trace
...njamin Otte <otte at gnome.org>
Date: Fri Oct 12 13:41:47 2007 +0200
fix crasher
diff --git a/libswfdec/swfdec_shape_parser.c b/libswfdec/swfdec_shape_parser.c
index 75f3f99..90e09ef 100644
--- a/libswfdec/swfdec_shape_parser.c
+++ b/libswfdec/swfdec_shape_parser.c
@@ -428,7 +428,6 @@ swfdec_shape_parser_parse_change (Swfdec
SWFDEC_LOG (" moveto %d,%d", *x, *y);
}
- path = swfdec_sub_path_create (parser->subpaths, *x, *y);
if (state_fill_styles0) {
parser->fill0style = swfdec_bits_getbits (bits, parser->n_fill_bits);
SWFDEC_LOG (" * fill0style = %d", par...