mirror of
https://github.com/swaywm/sway.git
synced 2025-01-16 08:05:58 +01:00
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;
|
return;
|
||||||
}
|
}
|
||||||
free(cont->name);
|
free(cont->name);
|
||||||
|
free(cont->formatted_title);
|
||||||
wlr_texture_destroy(cont->title_focused);
|
wlr_texture_destroy(cont->title_focused);
|
||||||
wlr_texture_destroy(cont->title_focused_inactive);
|
wlr_texture_destroy(cont->title_focused_inactive);
|
||||||
wlr_texture_destroy(cont->title_unfocused);
|
wlr_texture_destroy(cont->title_unfocused);
|
||||||
|
|
Loading…
Reference in a new issue