container_free: free formatted title
This commit is contained in:
parent
ffe9de6e24
commit
ffbe91c245
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ void container_free(struct sway_container *cont) {
|
|||
return;
|
||||
}
|
||||
free(cont->name);
|
||||
free(cont->formatted_title);
|
||||
wlr_texture_destroy(cont->title_focused);
|
||||
wlr_texture_destroy(cont->title_focused_inactive);
|
||||
wlr_texture_destroy(cont->title_unfocused);
|
||||
|
|
Loading…
Add table
Reference in a new issue