aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-01-19 17:34:41 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-01-19 17:34:41 +0100
commit2face6292c693afb45e5e04f87ba080931eb16c3 (patch)
tree60676ca503cd6bc610535fefe1490ddf48c337af /bitlbee.c
parent4c266f2d79212e4e0ff4b9b33088685a2ec452e4 (diff)
parent4c266f2d79212e4e0ff4b9b33088685a2ec452e4 (diff)
A bit too much for one commit, but well: Client processes didn't clean up
some master structs (bitlbee_child list) yet, and added the IPC CLIENT command to inform the master process about host- and nickname. Can be useful later.
Diffstat (limited to 'bitlbee.c')
-rw-r--r--bitlbee.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitlbee.c b/bitlbee.c
index 7b0b8398..4afd3934 100644
--- a/bitlbee.c
+++ b/bitlbee.c
@@ -281,6 +281,8 @@ gboolean bitlbee_io_new_client( GIOChannel *source, GIOCondition condition, gpoi
global.listen_watch_source_id = gaim_input_add( fds[1], GAIM_INPUT_READ, ipc_child_read, irc );
close( fds[0] );
+
+ ipc_master_free_all();
}
}
else