Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bouquet: fix comment memory-leak
  • Loading branch information
perexg committed Nov 10, 2014
1 parent 4e63e0d commit 758a5b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bouquet.c
Expand Up @@ -104,6 +104,7 @@ bouquet_destroy(bouquet_t *bq)
free((char *)bq->bq_chtag_waiting);
free(bq->bq_name);
free(bq->bq_src);
free(bq->bq_comment);
free(bq);
}

Expand Down

0 comments on commit 758a5b9

Please sign in to comment.