Thanks to visit codestin.com Credit goes to github.com
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 c441e26 commit 494d6f8Copy full SHA for 494d6f8
src/backend/utils/sort/tuplestore.c
@@ -38,7 +38,7 @@
38
* Portions Copyright (c) 1994, Regents of the University of California
39
*
40
* IDENTIFICATION
41
- * $PostgreSQL: pgsql/src/backend/utils/sort/tuplestore.c,v 1.33 2007/06/07 19:19:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/sort/tuplestore.c,v 1.34 2007/08/02 17:48:52 neilc Exp $
42
43
*-------------------------------------------------------------------------
44
*/
@@ -322,6 +322,7 @@ tuplestore_end(Tuplestorestate *state)
322
pfree(state->memtuples[i]);
323
pfree(state->memtuples);
324
}
325
+ pfree(state);
326
327
328
/*
0 commit comments