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 E1hiTtj-0006em-Tj@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
------
master

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

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: Add support for Visual Studio 2019 in build scripts
Next
From: Etsuro Fujita
Date:
Subject: pgsql: postgres_fdw: Remove redundancy inpostgresAcquireSampleRowsFunc