mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Free signals
This commit is contained in:
parent
1415ef5389
commit
41b3895ce3
1 changed files with 4 additions and 0 deletions
|
|
@ -868,6 +868,10 @@ void fe_events_numeric_deinit(void)
|
|||
signal_remove("event 372", (SIGNAL_FUNC) event_motd);
|
||||
signal_remove("event 422", (SIGNAL_FUNC) event_motd);
|
||||
signal_remove("event 439", (SIGNAL_FUNC) event_target_too_fast);
|
||||
signal_remove("event 524", (SIGNAL_FUNC) event_helpnotfound);
|
||||
signal_remove("event 704", (SIGNAL_FUNC) event_helpstart);
|
||||
signal_remove("event 705", (SIGNAL_FUNC) event_helptxt);
|
||||
signal_remove("event 706", (SIGNAL_FUNC) event_endofhelp);
|
||||
signal_remove("event 707", (SIGNAL_FUNC) event_target_too_fast);
|
||||
|
||||
signal_remove("default event numeric", (SIGNAL_FUNC) event_numeric);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue