pgsql: Fix transaction-lifespan memory leak in xpath().

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix transaction-lifespan memory leak in xpath().
Date: 2008-07-03 00:04:25
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin,
fix by Kris Jurka.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
xml.c (r1.74 -> r1.75)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.74&r2=1.75)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-07-03 00:04:34 pgsql: Fix transaction-lifespan memory leak in xpath().
Previous Message Bruce Momjian 2008-07-01 21:49:04 pgsql: Documentation patch by Kevin L.