X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-plugin-factory.c;h=185a02e9f85c254ce6a900b6dc0dfb136b8f1acc;hp=f7905b277a2322f1304ed1dbebc3923bec562114;hb=e45958deaf9701399c552ea0d84c2447efacd4ca;hpb=627c4af6ac85444cc3256fa568baf4a8d62178ae diff --git a/src/modest-plugin-factory.c b/src/modest-plugin-factory.c index f7905b2..185a02e 100644 --- a/src/modest-plugin-factory.c +++ b/src/modest-plugin-factory.c @@ -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;