pgAgent commit: Avoid leaking handles if a batch task gives an error.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAgent commit: Avoid leaking handles if a batch task gives an error.
Date: 2013-02-07 09:24:28
Message-ID: E1U3NiW-0005hs-5R@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Avoid leaking handles if a batch task gives an error.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgagent.git;a=commitdiff;h=d6c5a807110a7ec6ecde9ad59dd7e3b35891fb5e

Modified Files
--------------
job.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-02-07 18:03:03 pgAdmin III commit: Don't try to display dependents or dependencies for
Previous Message Dave Page 2013-02-07 09:09:29 pgAgent commit: Return the exit value from Windows Batch steps correctl