summaryrefslogtreecommitdiff
path: root/src/gif.c
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-09 11:05:54 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-09 11:05:54 +0100
commit3ac2a750cff9237342432c3175387b49f295767e (patch)
tree8a465ed37366c4658ea377544f314a1b7e12e76c /src/gif.c
parente705debdae8d2ff8e4331246e4d51c077a4235ba (diff)
Backed out changeset abdae95b1c9e
The optimization was causing crashes.
Diffstat (limited to 'src/gif.c')
-rw-r--r--src/gif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gif.c b/src/gif.c
index af1a3842..ea6990b3 100644
--- a/src/gif.c
+++ b/src/gif.c
@@ -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);