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-0001wu-1K@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
------
master

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

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.