Displaying 1 result from an estimated 1 matches for "c731b37".
Did you mean:
373137
2007 Feb 15
0
3 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_shape.c libswfdec/swfdec_tag.c
...ree b2e0602283210779a56b4feb93d423b96c2bd3ef (from 98049e91f2ff8cd1cc2ad5b9ae5952653d065ad7)
Author: Benjamin Otte <otte@gnome.org>
Date: Wed Feb 14 22:54:36 2007 +0100
Handle failed pattern creation during parsing
diff --git a/libswfdec/swfdec_shape.c b/libswfdec/swfdec_shape.c
index c731b37..08bd710 100644
--- a/libswfdec/swfdec_shape.c
+++ b/libswfdec/swfdec_shape.c
@@ -214,12 +214,14 @@ swfdec_shape_dispose (GObject *object)
}
g_array_free (shape->vecs, TRUE);
for (i = 0; i < shape->fills->len; i++) {
- g_object_unref (g_ptr_array_index (shape->fills, i));...