Back-patch 7.4-era fix for memory leak with SSL connections due to

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

Commit: fe090f0778453f3256d15a19bf42c5781fa2d6fd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-06-23T14:42:52Z
Releases: 7.3.16
Back-patch 7.4-era fix for memory leak with SSL connections due to
missing X509_free() calls.  Per a request from a Red Hat customer;
seems silly for Red Hat to be shipping a patch that's not in upstream.

Files

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