]> granicus.if.org Git - postgresql/commit
pg_dump: fix double free of query results
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 19 Mar 2012 20:52:20 +0000 (17:52 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 19 Mar 2012 20:55:51 +0000 (17:55 -0300)
commit77503a7638a35eedd9cb08d9ca4c54deb203521d
treeab986510170ac95d804ed7923e5c995456ba41b6
parent814e08e895a037e3f5485000db5964cd68dbfa01
pg_dump: fix double free of query results

This bug was introduced while refactoring in commit 1631598e --- no need
to back-patch.

Bug report and fix from Joachim Wieland.
src/bin/pg_dump/pg_dump.c