diff --git a/src/fe-common/core/themes.c b/src/fe-common/core/themes.c index 04f00477..16b1431a 100644 --- a/src/fe-common/core/themes.c +++ b/src/fe-common/core/themes.c @@ -34,8 +34,8 @@ #include "default-theme.h" GSList *themes; -THEME_REC *current_theme; -GHashTable *default_formats; +THEME_REC *current_theme = NULL; +GHashTable *default_formats = NULL; static int init_finished; static char *init_errors;