mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-04 15:13:44 +02:00
Don't use alloca and avoid allocating memory for small keys that are
2006-12-14 Matthias Clasen <mclasen@redhat.com> * glib/gconvert.c (open_converter): Don't use alloca and avoid allocating memory for small keys that are already cached. (#172406, Morten Welinder)
This commit is contained in:
committed by
Matthias Clasen
parent
0c10536d2e
commit
0fffe4abc4
@@ -1,5 +1,9 @@
|
||||
2006-12-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gconvert.c (open_converter): Don't use alloca
|
||||
and avoid allocating memory for small keys that are
|
||||
already cached. (#172406, Morten Welinder)
|
||||
|
||||
* glib/gmain.c (g_child_watch_add_full): Improve the docs.
|
||||
(#345569, Tim-Philipp Müller)
|
||||
|
||||
|
Reference in New Issue
Block a user