Repair multiple memory leaks in getTables(), including one that could

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fbec0d7e9459aa4e302bb029f248eef46de11c04
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-03-20T18:12:32Z
Releases: 7.2.5
Repair multiple memory leaks in getTables(), including one that could
easily exhaust memory on databases with more than a few hundred triggers.
I don't expect any more releases of these old versions, but let's put the
fix in CVS just so it's archived.

Files

PathChange+/−
src/bin/pg_dump/pg_dump.c modified +4 −1