diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-05-08 16:39:19 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-05-08 16:39:19 -0400 |
commit | c206e5e68a1e009df93cf9175d521a4c587158d1 (patch) | |
tree | 104c2e6611501b43e93acf1b65a7c3c8f18b6bd3 /src/dgif.h | |
parent | 7034881b87b53b087bae78aef8380e5258f68a24 (diff) |
Fix a memory leak when stopping an image-decoding process
Diffstat (limited to 'src/dgif.h')
-rw-r--r-- | src/dgif.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |