From: Flole998 Date: Wed, 26 Oct 2022 23:56:57 +0000 (+0200) Subject: Attempt to fix HBBTV memory leak X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2a702b1001828f49e884bcdd81817e21d79eaf8;p=thirdparty%2Ftvheadend.git Attempt to fix HBBTV memory leak --- diff --git a/src/parsers/message.c b/src/parsers/message.c index 35f2439b4..a56ea7bed 100644 --- a/src/parsers/message.c +++ b/src/parsers/message.c @@ -162,6 +162,7 @@ ts_recv_hbbtv1_cb(mpegts_psi_table_t *mt, const uint8_t *buf, int len) parse_mpeg_ts(prs, pes, bin, binlen, 1, 0); free(bin); } + htsmsg_destroy(apps); } }