mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
actually create the queue, too
This commit is contained in:
parent
95692d4d86
commit
ff0daf5870
@ -41,6 +41,7 @@ RAWLOG_REC *rawlog_create(void)
|
|||||||
RAWLOG_REC *rec;
|
RAWLOG_REC *rec;
|
||||||
|
|
||||||
rec = g_new0(RAWLOG_REC, 1);
|
rec = g_new0(RAWLOG_REC, 1);
|
||||||
|
rec->lines = g_queue_new();
|
||||||
return rec;
|
return rec;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user