mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Fixed leaking window binds. They were added but rarely removed.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1721 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d248a87497
commit
4737d16290
3 changed files with 18 additions and 6 deletions
|
|
@ -81,6 +81,7 @@ int windows_refnum_last(void);
|
|||
int window_refnum_cmp(WINDOW_REC *w1, WINDOW_REC *w2);
|
||||
GSList *windows_get_sorted(void);
|
||||
|
||||
/* Add a new bind to window - if duplicate is found it's returned */
|
||||
WINDOW_BIND_REC *window_bind_add(WINDOW_REC *window, const char *servertag,
|
||||
const char *name);
|
||||
void window_bind_destroy(WINDOW_REC *window, WINDOW_BIND_REC *rec);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue