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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user