pgsql: Fix small memory leak in ecpglibecpg_update_declare_statement() - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: Fix small memory leak in ecpglibecpg_update_declare_statement()
Date
Msg-id E1hkNBT-00010Z-QR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix small memory leak in ecpglib ecpg_update_declare_statement() is called the
second time.

Author: "Zhang, Jie" <zhangjie2@cn.fujitsu.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(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix inconsistencies in the code
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Clarify logical replication documentation