From: Jaroslav Kysela Date: Tue, 20 Oct 2015 09:30:12 +0000 (+0200) Subject: bouquet: add missing timer removal for e1/e2 bouquets, fixes #3175 X-Git-Tag: v4.2.1~1865 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a9ece1dcd1e4d03f5ef26fb7b060df057198a3a;p=thirdparty%2Ftvheadend.git bouquet: add missing timer removal for e1/e2 bouquets, fixes #3175 --- diff --git a/src/bouquet.c b/src/bouquet.c index d4a98aec9..15c487ea0 100644 --- a/src/bouquet.c +++ b/src/bouquet.c @@ -134,6 +134,7 @@ bouquet_destroy(bouquet_t *bq) idnode_unlink(&bq->bq_id); if ((bqd = bq->bq_download) != NULL) { + bouquet_download_stop(bq); download_done(&bqd->download); free(bqd); }