]> granicus.if.org Git - postgresql/commit
Free ignorelist after each regression test schedule.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 13 Nov 2013 15:01:06 +0000 (09:01 -0600)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 13 Nov 2013 15:01:06 +0000 (09:01 -0600)
commitfe67d252337ef2aba3d4ea06a4aa87cdbc75b933
treee3a0466dae2da7eed360133c8dd8853e9dae903d
parent07fca603b56e39c50478b44070fdfb38313cd51c
Free ignorelist after each regression test schedule.

It's a trivial amount of RAM held until the end of the regression
test run; but it's probably worth fixing to silence future warnings
from code analyzers.

This was the only memory leak pointed out by clang's static code
analysis tool.
src/test/regress/pg_regress.c