mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
added destroy() function to WI_ITEM_REC. This fixes a potential crash when
"window item destroy" signal was being used. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1655 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
219d276b0a
commit
3fb7a4115d
7 changed files with 22 additions and 52 deletions
|
|
@ -48,6 +48,7 @@ void channel_init(CHANNEL_REC *channel, int automatic)
|
|||
|
||||
MODULE_DATA_INIT(channel);
|
||||
channel->type = module_get_uniq_id_str("WINDOW ITEM TYPE", "CHANNEL");
|
||||
channel->destroy = (void (*) (WI_ITEM_REC *)) channel_destroy;
|
||||
channel->mode = g_strdup("");
|
||||
channel->createtime = time(NULL);
|
||||
channel->get_join_data = get_join_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue