We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbdf82 commit 2b0e417Copy full SHA for 2b0e417
RepostConfirmationCancelerTalk/cb_config.c
@@ -99,7 +99,7 @@ static void parse_conf(char *data, struct config *conf)
99
if (global) {
100
if (line == "@WARNING_WHEN_CLOSE_DIALOG")
101
{
102
- conf.warning_when_close_dialog = true;
+ conf->warning_when_close_dialog = TRUE;
103
}
104
105
break;
@@ -296,7 +296,6 @@ int cb_config(char *cmd)
296
section = conf.section;
297
while (section) {
298
next = section->next;
299
- free(section->exclude_groups.buf);
300
free(section->patterns.buf);
301
free(section->excludes.buf);
302
free(section);
0 commit comments