From: Jaroslav Kysela Date: Tue, 9 Jan 2018 07:11:26 +0000 (+0100) Subject: epgdb: fix memory leak X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8f50d0854ec3cee32fec505a7e1fb8b000aaabb;p=thirdparty%2Ftvheadend.git epgdb: fix memory leak --- diff --git a/src/epgdb.c b/src/epgdb.c index bc98c6ac4..56bd42d59 100644 --- a/src/epgdb.c +++ b/src/epgdb.c @@ -400,6 +400,7 @@ void epg_init ( void ) htsmsg_add_u32(m, "last_id", 64 * 1024 * 1024); if (!epg_config_deserialize(m)) assert(0); + htsmsg_destroy(m); } /* Stats */