Unref callback->cb_data if it was still set when the source is freed.

Wed Dec 13 20:41:49 2000  Owen Taylor  <otaylor@redhat.com>

	* gmain.c (g_source_unref_internal): Unref callback->cb_data
	if it was still set when the source is freed. (Usually, this
	will be done by g_source_destroy.)
This commit is contained in:
Owen Taylor
2001-01-03 16:05:39 +00:00
committed by Owen Taylor
parent 2b579b5933
commit 07267bf096
10 changed files with 68 additions and 10 deletions

View File

@@ -1,3 +1,9 @@
Wed Dec 13 20:41:49 2000 Owen Taylor <otaylor@redhat.com>
* gmain.c (g_source_unref_internal): Unref callback->cb_data
if it was still set when the source is freed. (Usually, this
will be done by g_source_destroy.)
2001-01-02 Dan Winship <danw@helixcode.com>
* garray.h (g_array_append_val, g_array_prepend_val,