libcontrol: fix label memory leak
This commit is contained in:
parent
f1efd09bbb
commit
0b48d5fdbf
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ labelfree(Control *c)
|
|||
_putctlimage(l->image);
|
||||
_putctlimage(l->textcolor);
|
||||
_putctlimage(l->bordercolor);
|
||||
free(l->text);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue