1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

*** empty log message ***

This commit is contained in:
Michael Meskes
2000-03-09 09:17:16 +00:00
parent dad5bb01ba
commit 8e7764d9c2
6 changed files with 33 additions and 13 deletions

View File

@@ -177,8 +177,7 @@ main(int argc, char *const argv[])
for (ptr = cur; ptr != NULL;)
{
struct cursor *this = ptr;
struct arguments *l1,
*l2;
struct arguments *l1, *l2;
free(ptr->command);
free(ptr->connection);