* Lots of build fixes due to a very bad commit with the merge not
[modest] / src / modest-plugin-factory.c
index f7905b2..185a02e 100644 (file)
@@ -189,7 +189,7 @@ modest_plugin_factory_load_all (ModestPluginFactory *self)
 static ModestPlugin*
 modest_plugin_factory_load (const gchar *file)
 {
-       ModestPlugin *plugin;
+       ModestPlugin *plugin = NULL;
        GKeyFile *plugin_file = NULL;
        gchar *plugin_name, *dir, *path;
        GTypeModule *type_module;