pgsql: Fix a memory leak in psql: we'd leak a few PGresult handles if a

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a memory leak in psql: we'd leak a few PGresult handles if a
Date: 2006-11-08 01:22:55
Message-ID: 20061108012255.C28529FA298@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix a memory leak in psql: we'd leak a few PGresult handles if
a connectivity error occurred while executing one of the queries
for "\d <table>". Not serious, but still worth fixing. Patch from
Brendan Jurd.

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.147 -> r1.148)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c.diff?r1=1.147&r2=1.148)

Browse pgsql-committers by date

  From Date Subject
Next Message User Doudou586 2006-11-08 06:52:37 press - pr: Release date changed to 12/05
Previous Message Neil Conway 2006-11-08 00:45:30 pgsql: Remove a 15-year old comment questioning behavior that is now