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:46:54
Message-ID: E1V8rWQ-00075A-M8@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
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=02423e7718c514fc8b1d9456aef1ff731291721c
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:14 pgAdmin III commit: Don't try to cleanup the libxml2 parser when closin
Previous Message Neel Patel 2013-08-12 12:43:13 Re: Possible crash fix for xmlCleanupParser