X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-account-store.c;h=20d1851c9a902b6d1a72afc38325d59c669bfc0b;hb=1b7a05b6906aff730593321f1c5af237873d142b;hp=7f198dbf55e545dc5d6524f358192b6ce9d99f94;hpb=148e1813ef9ec10eee400bb6cfabdb39026325ff;p=modest diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index 7f198db..20d1851 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -1388,17 +1388,17 @@ modest_tny_account_store_get_smtp_specific_transport_account_for_open_connection if (!server_account_name) { return NULL; /* No connection-specific SMTP server was specified for this connection. */ } - + TnyAccount* account = modest_tny_account_store_get_tny_account_by (self, MODEST_TNY_ACCOUNT_STORE_QUERY_ID, server_account_name); /* printf ("DEBUG: %s: account=%p\n", __FUNCTION__, account); */ - g_free (server_account_name); + g_free (server_account_name); /* Unref the get()ed object, as required by the tny_maemo_conic_device_get_iap() documentation. */ g_object_unref (connection); - + return account; #else return NULL; /* TODO: Implement this for GNOME, instead of just Maemo? */