aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-08-20 15:21:34 -0400
committerGitHub <noreply@github.com>2018-08-20 15:21:34 -0400
commit99631c505097cd5b7c13b5f89711e089435cb0da (patch)
treed65d814c54985e8d09f994b0b739e08a724952b2 /include
parent881f729af9e675710dea43eb268cf644e6ec66be (diff)
parentf0d21c46dd8eedc186509cf0ed20833b746182e7 (diff)
downloadsway-99631c505097cd5b7c13b5f89711e089435cb0da.tar.xz
Merge pull request #2501 from RedSoxFan/fix-bad-free-swaynag
Fix bad-free in swaynag
Diffstat (limited to 'include')
-rw-r--r--include/swaynag/swaynag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/swaynag/swaynag.h b/include/swaynag/swaynag.h
index 1bf8b640..a32d1503 100644
--- a/include/swaynag/swaynag.h
+++ b/include/swaynag/swaynag.h
@@ -58,7 +58,7 @@ struct swaynag_details {
int offset;
int visible_lines;
int total_lines;
- struct swaynag_button button_details;
+ struct swaynag_button *button_details;
struct swaynag_button button_up;
struct swaynag_button button_down;
};