Fix a memory leak in tuplestore_end(). Unlikely to be significant during
authorNeil Conway <[email protected]>
Thu, 2 Aug 2007 17:48:54 +0000 (17:48 +0000)
committerNeil Conway <[email protected]>
Thu, 2 Aug 2007 17:48:54 +0000 (17:48 +0000)
commit7416166de360408a7ddb81022e77c2a0c6b892c5
treea2e51a1dbe5e3866e8e2d97fcdd2e4d52503f9de
parente403f0959e3549e05f78faa618ac196f6819b4c0
Fix a memory leak in tuplestore_end(). Unlikely to be significant during
normal operation, but tuplestore_end() ought to do what it claims to do.
src/backend/utils/sort/tuplestore.c