pgsql: Fix ancient memory leak in PQprintTuples(); our code no longer - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix ancient memory leak in PQprintTuples(); our code no longer
Date
Msg-id 20060419161530.5BF7B11F678E@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix ancient memory leak in PQprintTuples(); our code no longer uses this
routine, but perhaps some applications do.  Found by Martijn van Oosterhout
using Coverity.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-print.c (r1.67 -> r1.68)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-print.c.diff?r1=1.67&r2=1.68)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a couple of rather-pointless-but-easily-fixed Coverity
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix ancient memory leak in PQprintTuples(); our code no longer