mirror of
https://github.com/irssi/irssi.git
synced 2025-04-26 13:01:11 -05:00
Merge pull request #1456 from ailin-nemui/collector
fix stale special collector use after free
This commit is contained in:
commit
c03057f36a
@ -214,7 +214,6 @@ static void sig_print_noformat(TEXT_DEST_REC *dest, const char *text)
|
|||||||
if (!scrollback_format)
|
if (!scrollback_format)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
special_push_collector(NULL);
|
|
||||||
info = store_lineinfo_tmp(dest);
|
info = store_lineinfo_tmp(dest);
|
||||||
|
|
||||||
info->format = format_rec_new(NULL, NULL, 2, (const char *[]){ NULL, text });
|
info->format = format_rec_new(NULL, NULL, 2, (const char *[]){ NULL, text });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user