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

@ -180,8 +180,8 @@ int swaynag_parse_options(int argc, char **argv, struct swaynag *swaynag,
break;
case 'L': // Detailed Button Text
if (swaynag) {
free(swaynag->details.button_details.text);
swaynag->details.button_details.text = strdup(optarg);
free(swaynag->details.button_details->text);
swaynag->details.button_details->text = strdup(optarg);
}
break;
case 'm': // Message