Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_im.c

    ra97a336 r5f74987  
    600600       
    601601        ic->data = NULL;
     602        c->ui_data = NULL;
    602603        irc_channel_del_user( ic, ic->irc->user, IRC_CDU_KICK, "Chatroom closed by server" );
    603604       
     
    905906                c->ic->acc->prpl->chat_leave( c );
    906907       
     908        /* Remove references in both directions now. We don't need each other anymore. */
    907909        ic->data = NULL;
     910        if( c )
     911                c->ui_data = NULL;
    908912       
    909913        return TRUE;
Note: See TracChangeset for help on using the changeset viewer.