]> granicus.if.org Git - postgresql/commitdiff
Add missing PQclear().
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 14 Jun 2004 11:00:12 +0000 (11:00 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 14 Jun 2004 11:00:12 +0000 (11:00 +0000)
contrib/pgbench/pgbench.c

index ae06dde2ee638b6863df96e94a94cfb25e4ec03a..8fc8273cc8fbac5e1a0ef4e5b40ae8b4bd56a75b 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * $PostgreSQL: pgsql/contrib/pgbench/pgbench.c,v 1.30 2003/12/07 19:55:58 tgl Exp $
+ * $PostgreSQL: pgsql/contrib/pgbench/pgbench.c,v 1.31 2004/06/14 11:00:12 ishii Exp $
  *
  * pgbench: a simple TPC-B like benchmark program for PostgreSQL
  * written by Tatsuo Ishii
  *
- * Copyright (c) 2000-2003     Tatsuo Ishii
+ * Copyright (c) 2000-2004     Tatsuo Ishii
  *
  * Permission to use, copy, modify, and distribute this software and
  * its documentation for any purpose and without fee is hereby
@@ -552,7 +552,7 @@ init(void)
                fprintf(stderr, "%s", PQerrorMessage(con));
                exit(1);
        }
-
+       PQclear(res);
 
        /*
         * occupy accounts table with some data