pgAdmin III commit: Fix a memory leak in the Event Trigger code.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix a memory leak in the Event Trigger code.
Date: 2013-09-06 14:45:36
Message-ID: E1VHxI0-0001p0-5Y@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix a memory leak in the Event Trigger code.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7e817b7c87a01cd578cb278f17d773194499861b
Author: Dinesh Kumar <dinesh(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/frm/frmMain.cpp | 17 ++++++++++++++++-
pgadmin/include/schema/pgEventTrigger.h | 1 +
pgadmin/schema/pgEventTrigger.cpp | 10 +++++++---
4 files changed, 26 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-09-06 14:46:46 pgAdmin III commit: There won't be a pgAdmin 1.16.2, so all bugs marked
Previous Message Dave Page 2013-09-06 14:41:25 pgAdmin III commit: Tag REL-1_18_0 has been created.