pgsql: Free ignorelist after each regression test schedule.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Free ignorelist after each regression test schedule.
Date: 2013-11-13 15:10:04
Message-ID: E1Vgc4y-0004aS-Ph@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fe67d252337ef2aba3d4ea06a4aa87cdbc75b933

Modified Files
--------------
src/test/regress/pg_regress.c | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-11-13 15:14:45 pgsql: docs: clarify MVCC introduction to allow for per-statement snap
Previous Message Andrew Dunstan 2013-11-13 13:56:02 Re: [COMMITTERS] pgsql: Replace duplicate_oids with Perl implementation