pgsql: Fix memory leak when an empty ident file is reloaded.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix memory leak when an empty ident file is reloaded.
Date: 2013-10-24 11:09:18
Message-ID: E1VZIn0-0001ww-2X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix memory leak when an empty ident file is reloaded.

Hari Babu

Branch
------
REL9_3_STABLE

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

Modified Files
--------------
src/backend/libpq/hba.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-10-24 12:32:57 pgsql: Plug memory leak when reloading config file.
Previous Message Heikki Linnakangas 2013-10-24 08:51:20 pgsql: Fix typos in comments.