aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/libyahoo2.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/yahoo/libyahoo2.c')
-rw-r--r--protocols/yahoo/libyahoo2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/yahoo/libyahoo2.c b/protocols/yahoo/libyahoo2.c
index 9e0d705b..b062e7f9 100644
--- a/protocols/yahoo/libyahoo2.c
+++ b/protocols/yahoo/libyahoo2.c
@@ -1858,7 +1858,8 @@ static void yahoo_https_auth_token_finish(struct http_request *req)
goto fail;
}
- return yahoo_https_auth_init(had);
+ yahoo_https_auth_init(had);
+ return;
fail:
g_free(had->token);