Hi,

Enclosed is a small patch that stops valgrind from bitching with every
application that links against evas.
--- e17/libs/evas/src/lib/engines/common/evas_font_draw.c	2005-12-03 20:35:21.000000000 +1100
+++ e17/libs/evas/src/lib/engines/common/evas_font_draw.c.new	2005-12-07 02:41:14.000000000 +1100
@@ -4,7 +4,7 @@
 evas_common_font_int_cache_glyph_get(RGBA_Font_Int *fi, FT_UInt index)
 {
    RGBA_Font_Glyph *fg;
-   char key[6];
+   char key[6] = {0};
    FT_Error error;
 
    key[0] = ((index       ) & 0x7f) + 1;

Reply via email to