Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
imagecache: fix a memory leak in imagecache_image_save()
  • Loading branch information
perexg committed Oct 2, 2014
1 parent d1efa31 commit 691b97c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/imagecache.c
Expand Up @@ -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
Expand Down

0 comments on commit 691b97c

Please sign in to comment.