Changeset c377417


Ignore:
Timestamp:
2007-07-02T09:30:48Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1962ac1
Parents:
9c9b37c
Message:

Cleaning up groupchats when shutting down the Jabber connection. The
cleaning up of groupchats isn't done very well yet, but this will at
least keep things sane.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    r9c9b37c rc377417  
    197197        jabber_end_stream( ic );
    198198       
     199        while( ic->groupchats )
     200                imcb_chat_free( ic->groupchats );
     201       
    199202        if( jd->r_inpa >= 0 )
    200203                b_event_remove( jd->r_inpa );
Note: See TracChangeset for help on using the changeset viewer.