]> granicus.if.org Git - postgresql/commit
Back-patch 7.4-era fix for memory leak with SSL connections due to
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Jun 2006 14:42:52 +0000 (14:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Jun 2006 14:42:52 +0000 (14:42 +0000)
commitfe090f0778453f3256d15a19bf42c5781fa2d6fd
tree4b79eaeabafd1d7249018dae1d7926cd7f6e13ef
parent9e63275633b27377ff402f5bdde64584b7461a01
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.
src/backend/libpq/be-secure.c
src/interfaces/libpq/fe-secure.c