Don't use alloca and avoid allocating memory for small keys that are
authorMatthias Clasen <mclasen@redhat.com>
Fri, 15 Dec 2006 04:35:13 +0000 (04:35 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 15 Dec 2006 04:35:13 +0000 (04:35 +0000)
commit0fffe4abc42c5eda8e5af192b9f65eb0a5ab656d
treefbb95cc0877a81858743584e233e40f97c71ad49
parent0c10536d2e4c5e5062614f2f5cf182312fd1ff90
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)
ChangeLog
glib/gconvert.c