X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-transport-account-decorator.c;h=147ea050ea4e721c8efce6862e9e5556e253802e;hp=177027e7f5645e1de9478b33ed34fd2db62156c2;hb=944290c16e0b02bac4daa0e92db938c8aa3b3831;hpb=94dd9606eadbd7df971e7abc458bbbd903cdc772 diff --git a/src/modest-transport-account-decorator.c b/src/modest-transport-account-decorator.c index 177027e..147ea05 100644 --- a/src/modest-transport-account-decorator.c +++ b/src/modest-transport-account-decorator.c @@ -85,6 +85,7 @@ modest_transport_account_decorator_send (TnyTransportAccount *self, TnyMsg *msg, if (connection_specific_account) { tny_transport_account_send (connection_specific_account, msg, err); + g_object_unref (connection_specific_account); } else { TNY_CAMEL_TRANSPORT_ACCOUNT_CLASS(parent_class)->send (self, msg, err); }