bouquet: fix comment memory-leak
This commit is contained in:
parent
4e63e0d74a
commit
758a5b9b8d
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue