imagecache: fix a memory leak in imagecache_image_save()
This commit is contained in:
parent
d1efa31f32
commit
691b97cbec
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ imagecache_image_save ( imagecache_image_t *img )
|
|||
if (img->updated)
|
||||
htsmsg_add_s64(m, "updated", img->updated);
|
||||
hts_settings_save(m, "imagecache/meta/%d", img->id);
|
||||
htsmsg_destroy(m);
|
||||
}
|
||||
|
||||
#if ENABLE_IMAGECACHE
|
||||
|
|
Loading…
Add table
Reference in a new issue