X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-cache-mgr.c;h=c5bf3cbd2b71314d85e94074d5c239d8a441872d;hp=dfc5c225ecc94d4783d2479263d045d5d27982a7;hb=a588a7c8d674282d264542e1e989577b1df787e0;hpb=af4def5b80ee0351d6f44c91e3e2d6610e0f394b diff --git a/src/modest-cache-mgr.c b/src/modest-cache-mgr.c index dfc5c22..c5bf3cb 100644 --- a/src/modest-cache-mgr.c +++ b/src/modest-cache-mgr.c @@ -129,7 +129,6 @@ modest_cache_mgr_init (ModestCacheMgr *obj) g_direct_equal, (GDestroyNotify)my_object_unref, /* ref'd GObject */ (GDestroyNotify)my_object_unref); /* ref'd GObject */ - } @@ -143,7 +142,7 @@ modest_cache_mgr_finalize (GObject *obj) priv = MODEST_CACHE_MGR_GET_PRIVATE(obj); modest_cache_mgr_flush_all (self); - + priv->date_str_cache = NULL; priv->display_str_cache = NULL; priv->pixbuf_cache = NULL;