mirror of
https://github.com/swaywm/sway.git
synced 2026-04-09 08:21:26 -04:00
More frees.
This commit is contained in:
parent
b5d95f264d
commit
eda1bf769f
4 changed files with 7 additions and 0 deletions
|
|
@ -412,6 +412,7 @@ void swaynag_destroy(struct swaynag *swaynag) {
|
|||
free(button);
|
||||
}
|
||||
list_free(swaynag->buttons);
|
||||
free(swaynag->details.button_details);
|
||||
free(swaynag->details.message);
|
||||
free(swaynag->details.button_up.text);
|
||||
free(swaynag->details.button_down.text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue