pgAdmin III commit: Don't try to cleanup the libxml2 parser when closin

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Don't try to cleanup the libxml2 parser when closin
Date: 2013-08-12 12:47:14
Message-ID: E1V8rWk-00076C-Ap@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Don't try to cleanup the libxml2 parser when closing frmReport, as
it clears all of the library's state and can potentially lead to crashes
if libxml2 is used elsewhere later.

Branch
------
REL-1_16_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2d752c6b05f6444b5c29ddd87192cd80c1fe6806
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
pgadmin/frm/frmReport.cpp | 1 -
1 file changed, 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-08-12 12:47:20 Re: Possible crash fix for xmlCleanupParser
Previous Message Dave Page 2013-08-12 12:46:54 pgAdmin III commit: Don't try to cleanup the libxml2 parser when closin