summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6f56b98)
raw | patch | inline | side by side (parent: 6f56b98)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 20 Jan 2009 12:24:54 +0000 (13:24 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 20 Jan 2009 12:24:54 +0000 (13:24 +0100) |
src/utils_cache.c | patch | blob | history |
diff --git a/src/utils_cache.c b/src/utils_cache.c
index 6779bba86c829ddd25bb9e3b0802bf7d7f0a43e9..793841213f7d07e5464e230b00d3de9247a3d352 100644 (file)
--- a/src/utils_cache.c
+++ b/src/utils_cache.c
ce = cache_alloc (ds->ds_num);
if (ce == NULL)
{
+ sfree (key_copy);
ERROR ("uc_insert: cache_alloc (%i) failed.", ds->ds_num);
return (-1);
}