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.
Branch ------ REL9_5_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/d09c873f637b783ef36770c88de551efb08c9e4a Modified Files -------------- src/bin/pg_rewind/libpq_fetch.c | 5 +++++ 1 file changed, 5 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
