diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-12-10 16:02:48 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-12-10 16:02:48 +0000 |
commit | cbd74878d1ff8d218e9854fe5b42bfdad3397aca (patch) | |
tree | 0e50cf81a3c5d235b2d57046a5af0208efecb1f9 /ChangeLog.pre-2-4 | |
parent | 31fc683b98c29bfdbb6356752874395e845a2153 (diff) |
Remove pollfds from the context here, not when actually freeing the
Sun Dec 10 10:47:11 2000 Owen Taylor <otaylor@redhat.com>
* gmain.c (g_source_destroy_internal): Remove pollfds
from the context here, not when actually freeing the
source.
* gmain.c (g_source_unref_internal): Free source list
and source, call source->source_funcs->destroy().
* giochannel.c: Unreference io_channel properly.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 28adbe913..5b8313712 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,22 @@ +Sun Dec 10 10:47:11 2000 Owen Taylor <otaylor@redhat.com> + + * gmain.c (g_source_destroy_internal): Remove pollfds + from the context here, not when actually freeing the + source. + + * gmain.c (g_source_unref_internal): Free source list + and source, call source->source_funcs->destroy(). + + * giochannel.c: Unreference io_channel properly. + +Thu Dec 7 15:22:30 2000 Owen Taylor <otaylor@redhat.com> + + * tests/mainloop-test.c (recurser_start): Add a bunch + of unrefs. + + * gmain.c (g_source_attach): Reference the source + when adding (pointed out by Elliot) + 2000-12-08 Raja R Harinath <harinath@cs.umn.edu> * acglib.m4 (GLIB_AC_DIVERT_BEFORE_HELP): |