diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2001-08-30 13:25:34 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2001-08-30 13:25:34 +0000 |
commit | cf11b57917f8ece400386925975c6418541d1b20 (patch) | |
tree | b90ecbfe31267abc6071076acfc7bd5c32f3ef1c /ChangeLog.pre-2-12 | |
parent | 74b4d8c22e6b63661430395f40b978684009c29b (diff) |
Don't free cached_poll_array, when adding new poll's. This is taken care
2001-08-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gmain.c (g_main_context_add_poll_unlocked): Don't free
cached_poll_array, when adding new poll's. This is taken care for
in g_main_context_iterate.
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r-- | ChangeLog.pre-2-12 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 708056fc1..78fe1934e 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2001-08-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de> + + * glib/gmain.c (g_main_context_add_poll_unlocked): Don't free + cached_poll_array, when adding new poll's. This is taken care for + in g_main_context_iterate. + 2001-08-30 Tor Lillqvist <tml@iki.fi> After being away for about five months, I'm back working on |