Fix libpq memory leak during PQreset() --- closePGconn() was not
Tom Lane <tgl@sss.pgh.pa.us>
Fix libpq memory leak during PQreset() --- closePGconn() was not freeing all transient state of the PGconn object.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-connect.c | modified | +4 −1 |