Clean up memory leaks in LO operations by freeing LO's private
Tom Lane <tgl@sss.pgh.pa.us>
Clean up memory leaks in LO operations by freeing LO's private memory context at transaction commit or abort.
Files
| Path | Change | +/− |
|---|---|---|
| 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 |