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 3572e53 commit 51746c4Copy full SHA for 51746c4
src/backend/access/transam/xlog.c
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.198 2005/06/08 15:50:26 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.199 2005/06/09 22:36:27 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -3771,6 +3771,7 @@ BootStrapXLOG(void)
3771
BootStrapCLOG();
3772
BootStrapSUBTRANS();
3773
BootStrapMultiXact();
3774
+ free(buffer);
3775
}
3776
3777
static char *
0 commit comments