src/utils_cache.c: Fix a serious memory leak.
authorFlorian Forster <octo@huhu.verplant.org>
Fri, 10 Oct 2008 06:17:22 +0000 (08:17 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 10 Oct 2008 06:18:19 +0000 (08:18 +0200)
commitb24d793d347f6f6c8b29e25758fa2d925fb7e011
tree22b67eff2f5f5f27e8d6921e9eb4e20d22a50e9c
parent3c316743f0dccb70e49a10ed44951dd4b289d9f0
src/utils_cache.c: Fix a serious memory leak.

Whenever a data set went missing, the its name (the `key'; up to (5*64)+4
bytes) was not free'd.

Thanks to Niraj Tolia for reporting this :)
src/utils_cache.c