Skip to content

Commit 2b0e417

Browse files
committed
Modify to pass build
1 parent bbbdf82 commit 2b0e417

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

RepostConfirmationCancelerTalk/cb_config.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static void parse_conf(char *data, struct config *conf)
9999
if (global) {
100100
if (line == "@WARNING_WHEN_CLOSE_DIALOG")
101101
{
102-
conf.warning_when_close_dialog = true;
102+
conf->warning_when_close_dialog = TRUE;
103103
}
104104
}
105105
break;
@@ -296,7 +296,6 @@ int cb_config(char *cmd)
296296
section = conf.section;
297297
while (section) {
298298
next = section->next;
299-
free(section->exclude_groups.buf);
300299
free(section->patterns.buf);
301300
free(section->excludes.buf);
302301
free(section);

0 commit comments

Comments
 (0)