From 4f0ea110a5bdba9d2b18ec8785b2edb276f0cccd Mon Sep 17 00:00:00 2001 From: eionrobb Date: Sun, 5 Jul 2015 02:28:31 +0000 Subject: Fix crashes when the server tells us to reconnect. Fixes #97 --- steam-mobile/libsteam.c | 1 + 1 file changed, 1 insertion(+) diff --git a/steam-mobile/libsteam.c b/steam-mobile/libsteam.c index ddedc43..b2f8c59 100644 --- a/steam-mobile/libsteam.c +++ b/steam-mobile/libsteam.c @@ -633,6 +633,7 @@ steam_poll_cb(SteamAccount *sa, JsonObject *obj, gpointer user_data) { g_string_free(users_to_update, TRUE); purple_connection_error(sa->pc, PURPLE_CONNECTION_ERROR_NETWORK_ERROR, _("Reconnect needed")); + return; } if (!secure) -- cgit v1.2.3