pgsql: Fix small memory leak in ecpglib ecpg_update_declare_statement()

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix small memory leak in ecpglib ecpg_update_declare_statement()
Date: 2019-07-08 06:31:31
Message-ID: E1hkNBT-00010Z-QR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix small memory leak in ecpglib ecpg_update_declare_statement() is called the
second time.

Author: "Zhang, Jie" <zhangjie2(at)cn(dot)fujitsu(dot)com>

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/58006f8041fffc9260b92fc2cb3a571aaa6c6d22

Modified Files
--------------
src/interfaces/ecpg/ecpglib/prepare.c | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-07-08 12:45:16 pgsql: doc: Clarify logical replication documentation
Previous Message Michael Paquier 2019-07-08 04:15:55 pgsql: Fix inconsistencies in the code