From c206e5e68a1e009df93cf9175d521a4c587158d1 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Fri, 8 May 2009 16:39:19 -0400 Subject: Fix a memory leak when stopping an image-decoding process --- src/dgif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dgif.h') diff --git a/src/dgif.h b/src/dgif.h index d4980e54..ec36812d 100644 --- a/src/dgif.h +++ b/src/dgif.h @@ -10,7 +10,7 @@ extern "C" { void *a_Gif_new(DilloImage *Image, DilloUrl *url, int version); -void a_Gif_callback(int Op, CacheClient_t *Client); +void a_Gif_callback(int Op, void *data); #ifdef __cplusplus -- cgit v1.2.3