Fix memory leak with SSL connections due to missing X509_free() calls.
Tom Lane <tgl@sss.pgh.pa.us>
Fix memory leak with SSL connections due to missing X509_free() calls. Per Neil Conway.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/be-secure.c | modified | +10 −1 |
| src/interfaces/libpq/fe-secure.c | modified | +7 −1 |