[PATCH] Tiny memleak in libpq

Started by Martijn van Oosterhoutover 20 years ago2 messagespatches
Jump to latest
#1Martijn van Oosterhout
kleptog@svana.org

Small memory leak in PQprintTuples().

This one found by Coverity. (Finally found one).
--
Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/

Show quoted text

From each according to his ability. To each according to his ability to litigate.

Attachments:

memleak.difftext/plain; charset=us-asciiDownload+2-0
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Martijn van Oosterhout (#1)
Re: [PATCH] Tiny memleak in libpq

Martijn van Oosterhout <kleptog@svana.org> writes:

This one found by Coverity. (Finally found one).

Yup, that's a real bug. Applied and back-patched.

regards, tom lane