|
5 | 5 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group |
6 | 6 | * Portions Copyright (c) 1994, Regents of the University of California |
7 | 7 | * |
8 | | - * $PostgreSQL: pgsql/src/bin/scripts/createlang.c,v 1.22 2006/03/05 15:58:52 momjian Exp $ |
| 8 | + * $PostgreSQL: pgsql/src/bin/scripts/createlang.c,v 1.23 2006/05/29 19:52:46 momjian Exp $ |
9 | 9 | * |
10 | 10 | *------------------------------------------------------------------------- |
11 | 11 | */ |
@@ -191,6 +191,7 @@ main(int argc, char *argv[]) |
191 | 191 | exit(1); |
192 | 192 | } |
193 | 193 |
|
| 194 | +PQclear(result); |
194 | 195 | PQfinish(conn); |
195 | 196 | exit(0); |
196 | 197 | } |
|