]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Attempt to fix HBBTV memory leak
authorFlole998 <Flole998@users.noreply.github.com>
Wed, 26 Oct 2022 23:56:57 +0000 (01:56 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2022 23:56:57 +0000 (01:56 +0200)
src/parsers/message.c

index 35f2439b4415f7fbdbb957a8c858b10d60ec6b13..a56ea7bed3488abc7972a41d6672d8e9c2a47b24 100644 (file)
@@ -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);
   }
 }