We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3224f2e commit 8f52496Copy full SHA for 8f52496
src/interfaces/libpq/fe-print.c
@@ -10,7 +10,7 @@
10
* didn't really belong there.
11
*
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-print.c,v 1.67 2006/03/05 15:59:09 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-print.c,v 1.68 2006/04/19 16:15:29 tgl Exp $
14
15
*-------------------------------------------------------------------------
16
*/
@@ -751,8 +751,10 @@ PQprintTuples(const PGresult *res,
751
fprintf(fout, "|\n%s\n", tborder);
752
}
753
754
-}
755
+ if (tborder)
756
+ free(tborder);
757
+}
758
759
760
/* simply send out max-length number of filler characters to fp */
0 commit comments