From: Bruce Momjian Date: Mon, 28 Jul 1997 23:53:54 +0000 (+0000) Subject: fix small memory free error. X-Git-Tag: REL9_0_0~28626 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=fd6b3c26ef2e2b7a681df3a8247b8b174b5d3dca;p=pg-rex%2Fsyncrep.git fix small memory free error. --- diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index e40e3a861f..1af318a6b0 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -21,7 +21,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.35 1997/07/23 17:42:25 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.36 1997/07/28 23:53:54 momjian Exp $ * * Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb * @@ -783,15 +783,17 @@ clearTableInfo(TableInfo *tblinfo, int numTables) for(i=0;i