summaryrefslogtreecommitdiff
path: root/src/dicache.c
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-03-18 07:08:09 +0000
committercorvid <corvid@lavabit.com>2010-03-18 07:08:09 +0000
commit702be0f3d7a69a80363909f1787ff7642681095a (patch)
tree31e26aa26abf920360812399e0e3837d2842563f /src/dicache.c
parentea3c3bf22e8e71336a901003548a5f25f949d599 (diff)
some remove_fast at freeall() time
Diffstat (limited to 'src/dicache.c')
-rw-r--r--src/dicache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dicache.c b/src/dicache.c
index 43285ba5..e700f000 100644
--- a/src/dicache.c
+++ b/src/dicache.c
@@ -573,7 +573,7 @@ void a_Dicache_freeall(void)
a_Imgbuf_unref(entry->v_imgbuf);
dicache_size_total -= entry->TotalSize;
}
- dList_remove(CachedIMGs, node);
+ dList_remove_fast(CachedIMGs, node);
a_Url_free(node->url);
dFree(node);
}