Fix memory leaks in pg_rewind. Several PQclear() calls were missing.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Fix memory leaks in pg_rewind. Several PQclear() calls were missing. Originally reported by Vladimir Borodin in the pg_rewind github project, patch by Michael Paquier.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_rewind/libpq_fetch.c | modified | +5 −0 |