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

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

Commit: 7748c5ee2987e8ae9bfae448cefa9d2dfb7a79e3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-12-18T22:49:34Z
Releases: 7.4.1
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