search for: fd326ac

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

Did you mean: 9d326ac
2007 Oct 31
0
3 commits - libswfdec/swfdec_as_string.c libswfdec/swfdec_load_object_as.c libswfdec/swfdec_movie_asprops.c
...1 + 3 files changed, 6 insertions(+), 3 deletions(-) New commits: commit 55b46aeed956a99e3943cc468d33f7f2e10dbfa6 Author: Benjamin Otte <otte at gnome.org> Date: Wed Oct 31 17:02:00 2007 +0100 memleak diff --git a/libswfdec/swfdec_as_string.c b/libswfdec/swfdec_as_string.c index fd326ac..5fc31f3 100644 --- a/libswfdec/swfdec_as_string.c +++ b/libswfdec/swfdec_as_string.c @@ -638,12 +638,12 @@ swfdec_as_string_unescape_5 (SwfdecAsContext *cx, const char *msg) #define APPEND(chr) G_STMT_START{ \ g_byte_array_append (array, (guchar *) chr, 1); \ }G_STMT_END - array = g_byte_arr...