Changeset bd11422


Ignore:
Timestamp:
2011-06-15T12:18:49Z (13 years ago)
Author:
Jan Hruban <hrubi13@…>
Branches:
master
Children:
05d964c
Parents:
c573f1b
Message:

Free skype groupchats on logout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/skype.c

    rc573f1b rbd11422  
    12011201        skype_printf(ic, "SET USERSTATUS OFFLINE\n");
    12021202
     1203        while( ic->groupchats )
     1204                imcb_chat_free(ic->groupchats->data);
     1205
    12031206        for (i = 0; i < g_list_length(sd->groups); i++) {
    12041207                struct skype_group *sg = (struct skype_group *)g_list_nth_data(sd->groups, i);
Note: See TracChangeset for help on using the changeset viewer.