]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
bouquet: add missing timer removal for e1/e2 bouquets, fixes #3175
authorJaroslav Kysela <perex@perex.cz>
Tue, 20 Oct 2015 09:30:12 +0000 (11:30 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 20 Oct 2015 09:30:12 +0000 (11:30 +0200)
src/bouquet.c

index d4a98aec99837befc3648071687d72eda9cb102c..15c487ea000e868c6318a87d64bb0459d54ad764 100644 (file)
@@ -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);
   }