diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-09 11:05:54 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-09 11:05:54 +0100 |
commit | 3ac2a750cff9237342432c3175387b49f295767e (patch) | |
tree | 8a465ed37366c4658ea377544f314a1b7e12e76c /src/gif.c | |
parent | e705debdae8d2ff8e4331246e4d51c077a4235ba (diff) |
Backed out changeset abdae95b1c9e
The optimization was causing crashes.
Diffstat (limited to 'src/gif.c')
-rw-r--r-- | src/gif.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -179,7 +179,6 @@ void *a_Gif_image(const char *Type, void *Ptr, CA_Callback_t *Call, DicEntry = a_Dicache_add_entry(web->url); DicEntry->DecoderData = Gif_new(web->Image, DicEntry->url, DicEntry->version); - a_Dicache_ref(DicEntry->url, DicEntry->version); } else { /* Repeated image */ a_Dicache_ref(DicEntry->url, DicEntry->version); |