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 664f93c commit 5666485Copy full SHA for 5666485
src/backend/utils/misc/guc-file.l
@@ -4,7 +4,7 @@
4
*
5
* Copyright (c) 2000-2004, PostgreSQL Global Development Group
6
7
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc-file.l,v 1.27 2004/11/11 23:45:13 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc-file.l,v 1.28 2004/11/12 00:08:23 tgl Exp $
8
*/
9
10
%{
@@ -214,6 +214,7 @@ ProcessConfigFile(GucContext context)
214
{
215
pfree(opt_name);
216
pfree(opt_value);
217
+ FreeFile(fp);
218
goto cleanup_exit;
219
}
220
0 commit comments