Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bouquet: add missing timer removal for e1/e2 bouquets, fixes #3175
  • Loading branch information
perexg committed Oct 20, 2015
1 parent b098cd3 commit 6a9ece1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bouquet.c
Expand Up @@ -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);
}
Expand Down

0 comments on commit 6a9ece1

Please sign in to comment.