From 233fc308763d7682035d14093af76f43591bec13 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 4 Jun 2006 12:26:59 +0000 Subject: Fix two leaks in error cases, found by Coverity. * gobject/gobjectmodule.c (pyg_spawn_async) (pyg_signal_new): Fix two leaks in error cases, found by Coverity. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d560b75..7c8fd96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-06-04 Johan Dahlin + + * gobject/gobjectmodule.c (pyg_spawn_async) + (pyg_signal_new): Fix two leaks in error cases, found by + Coverity. + 2006-05-28 Gustavo J. A. M. Carneiro * tests/test_subtype.py: Uncomment Johan's "subsubtype" test case. -- cgit