diff --git a/src/imagecache.c b/src/imagecache.c index 44bd6506..d586129f 100644 --- a/src/imagecache.c +++ b/src/imagecache.c @@ -145,6 +145,7 @@ void imagecache_init ( void ) if (i) { hts_settings_remove("imagecache/meta/%d", id); hts_settings_remove("imagecache/data/%d", id); + free((void*)img->url); free(img); continue; }