From 41ba53ca195b8c05ca5b4f01bf417d992adc6e1f Mon Sep 17 00:00:00 2001 From: Jonathan Matthew Date: Thu, 7 Aug 2008 09:45:50 +0000 Subject: Bug 546734 – Missing Py_INCREFs for some file async methods MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-08-07 Jonathan Matthew Bug 546734 – Missing Py_INCREFs for some file async methods * gio/gfile.override: Increment refcounts on callbacks and callback data for append_to_async, create_async, replace_async, query_info_async and load_contents_async as for all other async methods. svn path=/trunk/; revision=929 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 58f1d8b..cc937e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-08-07 Jonathan Matthew + + Bug 546734 – Missing Py_INCREFs for some file async methods + + * gio/gfile.override: + Increment refcounts on callbacks and callback data for + append_to_async, create_async, replace_async, query_info_async and + load_contents_async as for all other async methods. + 2008-08-06 Johan Dahlin * gio/gfile.override: -- cgit