Fix bad-free in swaynag

This commit is contained in:
Brian Ashworth 2018-08-20 15:06:12 -04:00
parent 881f729af9
commit f0d21c46dd
3 changed files with 12 additions and 9 deletions

View file

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