fix memory leak in libpq - Mailing list pgsql-patches

From Neil Conway
Subject fix memory leak in libpq
Date
Msg-id 1066448842.378.2.camel@tokyo
Whole thread Raw
Responses Re: fix memory leak in libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
This patch fixes a small memory leak in libpq: the 'pstatus' field of
PGconn is a linked list of malloc'ed nodes, so it should be freed on
PQfinish().

-Neil


Attachment

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: introduce "default_use_oids"
Next
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: [HACKERS] random_fract and aix compiler bug