1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-25 12:03:53 +03:00

*** empty log message ***

This commit is contained in:
Michael Meskes
2000-02-25 15:26:12 +00:00
parent 70130905d1
commit c05abfb1a8
5 changed files with 13 additions and 8 deletions

View File

@@ -120,6 +120,7 @@ output_statement(char * stmt, int mode, char *descriptor)
mode |= 2;
whenever_action(mode);
free(stmt);
free(descriptor);
if (connection != NULL)
free(connection);
}