pgsql: backend: Fix minor memory leak in configuration file processing

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: backend: Fix minor memory leak in configuration file processing
Date: 2012-03-16 18:39:10
Message-ID: E1S8c3S-0005a4-3m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

backend: Fix minor memory leak in configuration file processing

Just for consistency with the other code paths.

found by Coverity

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/693ff85d47181fad123ef245cf9c28539cc3db92

Modified Files
--------------
src/backend/utils/misc/guc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-03-16 22:54:26 pgsql: In pg_upgrade, create a script to incrementally generate more ac
Previous Message Tom Lane 2012-03-16 18:08:05 pgsql: Improve commentary in match_pathkeys_to_index().