pgsql: plperl: Fix memory leak in hek2cstr

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: plperl: Fix memory leak in hek2cstr
Date: 2014-03-17 02:28:04
Message-ID: E1WPNHX-0003oi-WC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

plperl: Fix memory leak in hek2cstr

Backpatch all the way back to 9.1, where it was introduced by commit
50d89d42.

Reported by Sergey Burladyan in #9223
Author: Alex Hunsaker

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ba5946e8696e9629e77cc1e9c2c8bc722798a0a0

Modified Files
--------------
src/pl/plperl/plperl.c | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2014-03-17 08:10:03 pgsql: Fix small typo in comment
Previous Message Alvaro Herrera 2014-03-17 02:28:03 pgsql: plperl: Fix memory leak in hek2cstr