index 5fb7af13167fdcf64c400de16add281895f71766..372dacaed46c290dc9248f612162cada8cb1dd6c 100644 (file)
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $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 $
*
*-------------------------------------------------------------------------
*/
pfree(state->memtuples[i]);
pfree(state->memtuples);
}
+ pfree(state);
}
/*