libpq: fix sslcompression leak

From: Marko Kreen <markokr(at)gmail(dot)com>
To: Postgres Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: libpq: fix sslcompression leak
Date: 2012-02-01 12:56:44
Message-ID: 20120201125644.GA15285@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

freePGconn() does not free sslcompression. Fix.

Found with valgrind.

--
marko

Attachment Content-Type Size
fix_sslcomp.diff text/x-diff 489 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Kupershmidt 2012-02-01 13:09:17 Re: Dry-run mode for pg_archivecleanup
Previous Message Alex Shulgin 2012-02-01 12:53:47 Review of pg_archivecleanup -x option patch