Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bouquet: quickfix for the previous fix
  • Loading branch information
perexg committed Oct 20, 2015
1 parent 6a9ece1 commit bc4d16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bouquet.c
Expand Up @@ -134,7 +134,7 @@ bouquet_destroy(bouquet_t *bq)
idnode_unlink(&bq->bq_id);

if ((bqd = bq->bq_download) != NULL) {
bouquet_download_stop(bq);
bouquet_download_stop(bqd);
download_done(&bqd->download);
free(bqd);
}
Expand Down

0 comments on commit bc4d16c

Please sign in to comment.