X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account-store.c;h=3d70bb0221c5e72a0d81b0dc72d2e494fa1b1ec1;hp=aaa81017a0fc10f1d4beea1afacdaf817b73f604;hb=976c05744180efac28a9dc421acefcff18659d67;hpb=5ff64b5b4c5c0c8101bd5a4f3a22d20cb6710d77 diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index aaa8101..3d70bb0 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -449,8 +449,8 @@ get_cached_accounts (TnyAccountStore *self, TnyList *list, TnyAccountType type) static GSList* get_accounts (TnyAccountStore *self, TnyList *list, TnyAccountType type) { - ModestTnyAccountStorePrivate *priv; - GSList *account_names, *cursor; + ModestTnyAccountStorePrivate *priv = NULL; + GSList *account_names = NULL, *cursor = NULL; GSList *accounts = NULL; priv = MODEST_TNY_ACCOUNT_STORE_GET_PRIVATE(self);