pgsql: Fix double frees in ecpg.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix double frees in ecpg.
Date: 2018-03-14 00:38:08
Message-ID: E1evuQi-0002oi-ES@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix double frees in ecpg.

Patch by Patrick Krecker <patrick(at)judicata(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/db2fc801f66a70969cbdd5673ed9d02025c70695

Modified Files
--------------
src/interfaces/ecpg/preproc/ecpg.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2018-03-14 01:10:06 Re: pgsql: Move strtoint() to common
Previous Message Andres Freund 2018-03-13 23:26:02 pgsql: Expand AND/OR regression tests around NULL handling.