Fix memory leak with SSL connections due to missing X509_free() calls.

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

Commit: e0cd175212991c8fcd82d5fe3685f75de4bbaf0e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-12-18T22:49:26Z
Releases: 8.0.0
Fix memory leak with SSL connections due to missing X509_free() calls.
Per Neil Conway.

Files

PathChange+/−
src/backend/libpq/be-secure.c modified +10 −1
src/interfaces/libpq/fe-secure.c modified +7 −1