Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe67d25

Browse files
committed
Free ignorelist after each regression test schedule.
It's a trivial amount of RAM held until the end of the regressiontest run; but it's probably worth fixing to silence future warningsfrom code analyzers.This was the only memory leak pointed out by clang's static codeanalysis tool.
1 parent07fca60 commitfe67d25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/test/regress/pg_regress.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,6 +1655,8 @@ run_schedule(const char *schedule, test_function tfunc)
16551655
}
16561656
}
16571657

1658+
free_stringlist(&ignorelist);
1659+
16581660
fclose(scf);
16591661
}
16601662

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp