Changes in / [632f3d4:6d23c68]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/skype.c

    r632f3d4 r6d23c68  
    11441144                g_strfreev(lines);
    11451145        } else if (st == 0 || (st < 0 && !sockerr_again())) {
    1146                 closesocket(sd->fd);
     1146                ssl_disconnect(sd->ssl);
    11471147                sd->fd = -1;
     1148                sd->ssl = NULL;
    11481149
    11491150                imcb_error(ic, "Error while reading from server");
     
    12341235                skype_group_free(sg, FALSE);
    12351236        }
     1237
     1238        if (sd->ssl)
     1239                ssl_disconnect(sd->ssl);
     1240
    12361241        g_free(sd->username);
    12371242        g_free(sd->handle);
Note: See TracChangeset for help on using the changeset viewer.