Clean up memory leaks in LO operations by freeing LO's private

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2a44383a2d38ac4655e419cb8c2c654efe960285
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-05-31T22:53:59Z
Releases: 7.1.1
Clean up memory leaks in LO operations by freeing LO's private
memory context at transaction commit or abort.

Files

PathChange+/−
src/backend/access/transam/xact.c modified +3 −4
src/backend/libpq/be-fsstubs.c modified +78 −22
src/include/libpq/be-fsstubs.h modified +2 −2