diff options
Diffstat (limited to 'e-util/e-font.c')
-rw-r--r-- | e-util/e-font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-font.c b/e-util/e-font.c index d9dc90303b..404bc8ec66 100644 --- a/e-util/e-font.c +++ b/e-util/e-font.c @@ -455,7 +455,7 @@ find_variants (gchar **namelist, gint length, gchar *weight, static GHashTable *wh = NULL; /* Standard, Found, Bold, Light */ gint sw, fw, bw, lw; - gchar *s, *f, *b, *l; + gchar *s, *f, *b, *l = NULL; gchar *p; gint i; |