mirror of
https://github.com/swaywm/sway.git
synced 2025-10-28 05:40:16 -04:00
More frees.
This commit is contained in:
parent
b5d95f264d
commit
eda1bf769f
4 changed files with 7 additions and 0 deletions
|
|
@ -183,6 +183,9 @@ void status_line_free(struct status_line *status) {
|
|||
}
|
||||
json_tokener_free(status->tokener);
|
||||
}
|
||||
free(status->read);
|
||||
free(status->write);
|
||||
free((char*) status->text);
|
||||
free(status->buffer);
|
||||
free(status);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue