search for: 39a8da5

Displaying 1 result from an estimated 1 matches for "39a8da5".

Did you mean: 39a89c5
2007 Oct 25
0
libswfdec/swfdec_as_object.c
...: Thu Oct 25 16:22:12 2007 +0200 rework swfdec_as_object_decode() It used to unescape before looking for = or & signs Also, it had 2 memleaks I should probably add a test for this... diff --git a/libswfdec/swfdec_as_object.c b/libswfdec/swfdec_as_object.c index 6cd0661..39a8da5 100644 --- a/libswfdec/swfdec_as_object.c +++ b/libswfdec/swfdec_as_object.c @@ -1518,14 +1518,11 @@ swfdec_as_object_toString (SwfdecAsContext *cx, SwfdecAsObject *object, void swfdec_as_object_decode (SwfdecAsObject *object, const char *str) { + SwfdecAsContext *cx = object->context; Sw...