summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 984f37c)
raw | patch | inline | side by side (parent: 984f37c)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 8 Jul 2009 09:55:33 +0000 (11:55 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 8 Jul 2009 09:55:33 +0000 (11:55 +0200) |
Therefore we should definitely free it.
src/utils_cache.c | patch | blob | history |
diff --git a/src/utils_cache.c b/src/utils_cache.c
index 7b584c5c65231471f3525446a05d187278d79bf3..60d3283278e394dfd673029619cac16f7de64baf 100644 (file)
--- a/src/utils_cache.c
+++ b/src/utils_cache.c
}
sfree (keys[i]);
sfree (key);
+ cache_free (ce);
continue;
}