mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +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
|
|
@ -12,4 +12,6 @@ time_t createtime;
|
|||
int data_level;
|
||||
char *hilight_color;
|
||||
|
||||
void (*destroy)(WI_ITEM_REC *item);
|
||||
|
||||
#undef STRUCT_SERVER_REC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue