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:
Matthias Clasen
2006-12-15 04:35:13 +00:00
committed by Matthias Clasen
parent 0c10536d2e
commit 0fffe4abc4
2 changed files with 33 additions and 11 deletions

View File

@@ -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)