mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
fixed split [vh], small memory leak, unescape_strings handle \xnn
This commit is contained in:
parent
7514431836
commit
5b860c67c3
3 changed files with 58 additions and 22 deletions
|
|
@ -31,6 +31,9 @@ static void free_swayc(swayc_t *c) {
|
|||
}
|
||||
remove_child(c->parent, c);
|
||||
}
|
||||
if (c->name) {
|
||||
free(c->name);
|
||||
}
|
||||
free(c);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue