Skip to content
Snippets Groups Projects
Commit e7257b8e authored by Tom Lane's avatar Tom Lane
Browse files

Fix nasty memory leak in pg_restore: _PrintData called inflateInit but

never did inflateEnd, thus leaking some tens of KB per call.  Which
added up *real fast* when dealing with, say, thousands of BLOBs.
Thanks to Lane Rollins for the bug report.
parent 1e99bf5e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment