pgAdmin III commit: Prevent a crash if the query tool is closed whilst

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Prevent a crash if the query tool is closed whilst
Date: 2012-10-11 13:50:41
Message-ID: E1TMJ9t-00083F-8Y@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Prevent a crash if the query tool is closed whilst a file is loading.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f59a96a74bbcf1f608164e12b84d5758f9c68415
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/frm/frmQuery.cpp | 13 ++++++++++++-
pgadmin/include/frm/frmQuery.h | 1 +
3 files changed, 15 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-10-11 13:50:55 pgAdmin III commit: Prevent a crash if the query tool is closed whilst
Previous Message Akshay Joshi 2012-10-11 13:20:59 Fixed crash in Query Tool