container_free: free formatted title

This commit is contained in:
Dominique Martinet 2018-07-04 18:50:13 +09:00
parent ffe9de6e24
commit ffbe91c245
1 changed files with 1 additions and 0 deletions

View File

@ -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);