8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638cc9a commit a50606dCopy full SHA for a50606d
src/bin/pg_ctl/pg_ctl.c
@@ -4,7 +4,7 @@
4
*
5
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
6
7
- * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.73 2006/10/04 00:30:04 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.74 2006/10/12 05:14:49 tgl Exp $
8
9
*-------------------------------------------------------------------------
10
*/
@@ -858,7 +858,6 @@ do_status(void)
858
if (optlines != NULL)
859
for (; *optlines != NULL; optlines++)
860
fputs(*optlines, stdout);
861
- free(optlines);
862
return;
863
}
864
0 commit comments