Skip to content

Commit

Permalink
[telepathy-sasl-signon] Fix crash on invalid account IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
John Brooks committed May 20, 2014
1 parent 48784cb commit 432b482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions telepathy-sasl-signon/empathy-uoa-auth-handler.c
Expand Up @@ -370,6 +370,7 @@ empathy_uoa_auth_handler_start (EmpathyUoaAuthHandler *self,
if (l == NULL)
{
DEBUG ("Couldn't find IM service for AgAccountId %u", id);
if (account != NULL)
g_object_unref (account);
tp_channel_close_async (channel, NULL, NULL);
return;
Expand Down

0 comments on commit 432b482

Please sign in to comment.