]> granicus.if.org Git - postgresql/commit
Fix assorted memory leaks.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 12 Jul 2015 20:25:52 +0000 (16:25 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 12 Jul 2015 20:25:52 +0000 (16:25 -0400)
commite9a859b549d77dc8006670d012fecd94594c0a70
tree369c51b4e64021bdb48a759aed5391d56a35ee47
parentda1e7eb72ef6748f6c8b379e1ceacbecbcab9976
Fix assorted memory leaks.

Per Coverity (not that any of these are so non-obvious that they should not
have been caught before commit).  The extent of leakage is probably minor
to unnoticeable, but a leak is a leak.  Back-patch as necessary.

Michael Paquier
src/bin/pg_dump/pg_dump.c