aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-04-07 01:46:38 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-04-07 01:46:38 +0100
commit1014caba0ae2c737e35b8f51cafe77c1967e6b67 (patch)
treeee6c2522da315164253c287df71c020f9ac2083c /protocols/twitter/twitter.c
parentd5690197326bad1090dbb9f6bfc95470b479fe6b (diff)
In groupchat mode, make contacts show up in the room instead of in &bitlbee.
And clean up the room when disabling the Twitter account.
Diffstat (limited to 'protocols/twitter/twitter.c')
-rw-r--r--protocols/twitter/twitter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/twitter/twitter.c b/protocols/twitter/twitter.c
index d4e2ce3e..f62aeada 100644
--- a/protocols/twitter/twitter.c
+++ b/protocols/twitter/twitter.c
@@ -100,6 +100,8 @@ static void twitter_logout( struct im_connection *ic )
// Remove the main_loop function from the function queue.
b_event_remove(td->main_loop_id);
+ imcb_chat_free(td->home_timeline_gc);
+
if( td )
{
g_free( td );