More frees.

This commit is contained in:
Connor E 2018-11-13 14:42:00 +00:00
parent b5d95f264d
commit eda1bf769f
4 changed files with 7 additions and 0 deletions

View file

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