mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
Fix leak with $L expando.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4809 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
eb6ee3136f
commit
951a0de704
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ static char *expando_idletime(SERVER_REC *server, void *item, int *free_ret)
|
||||||
/* current contents of the input line */
|
/* current contents of the input line */
|
||||||
static char *expando_inputline(SERVER_REC *server, void *item, int *free_ret)
|
static char *expando_inputline(SERVER_REC *server, void *item, int *free_ret)
|
||||||
{
|
{
|
||||||
|
*free_ret = TRUE;
|
||||||
return gui_entry_get_text(active_entry);
|
return gui_entry_get_text(active_entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue