X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-singletons.c;h=76f6ec19e6fa0341a6b2cbb180adcfbe786052b1;hp=8b9ed7d6f4885bf9c3336d9cbf20c32f5cb4ba1a;hb=9f073d6025a94379ba9e17f3a5eff44bed3b9925;hpb=369fb8e3ea02ff606e3bf83a4675f9c4c49ba2f2 diff --git a/src/modest-singletons.c b/src/modest-singletons.c index 8b9ed7d..76f6ec1 100644 --- a/src/modest-singletons.c +++ b/src/modest-singletons.c @@ -248,6 +248,12 @@ modest_singletons_finalize (GObject *obj) priv->plugin_factory = NULL; } + if (priv->protocol_registry) { + MODEST_DEBUG_VERIFY_OBJECT_LAST_REF(priv->protocol_registry,""); + g_object_unref (G_OBJECT(priv->protocol_registry)); + priv->protocol_registry = NULL; + } + /* It is important that the account manager is uninitialized after * the mail op queue is uninitialized because the mail op queue * cancells any mail operations which in turn access the account