diff options
author | Connor E <38229097+c-edw@users.noreply.github.com> | 2018-11-13 14:42:00 +0000 |
---|---|---|
committer | Connor E <38229097+c-edw@users.noreply.github.com> | 2018-11-13 14:42:00 +0000 |
commit | eda1bf769f239a9e8d5a9907255a330e3113a649 (patch) | |
tree | 4108de283672131e1bb87c4efa0820501454638e /swaynag/swaynag.c | |
parent | b5d95f264d5b08f6228e05be680ee36fc06ca6d6 (diff) |
More frees.
Diffstat (limited to 'swaynag/swaynag.c')
-rw-r--r-- | swaynag/swaynag.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swaynag/swaynag.c b/swaynag/swaynag.c index fa6bbe05..06185f20 100644 --- a/swaynag/swaynag.c +++ b/swaynag/swaynag.c @@ -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); |