pgsql: Fix multiple memory leaks in xml_out().

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix multiple memory leaks in xml_out().
Date: 2008-09-16 00:49:49
Message-ID: 20080916004949.7CD287545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Fix multiple memory leaks in xml_out(). Per report from Matt Magoffin.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
xml.c (r1.68.2.3 -> r1.68.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.68.2.3&r2=1.68.2.4)