Changeset 37d84b3


Ignore:
Timestamp:
2010-04-08T00:51:16Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5b9b2b6
Parents:
08579a1
Message:

Don't free the Twitter chatroom if there isn't one..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    r08579a1 r37d84b3  
    101101        b_event_remove(td->main_loop_id);
    102102
    103         imcb_chat_free(td->home_timeline_gc);
     103        if(td->home_timeline_gc)
     104                imcb_chat_free(td->home_timeline_gc);
    104105
    105106        if( td )
Note: See TracChangeset for help on using the changeset viewer.