This commit is contained in:
Florian Stinglmayr 2025-04-28 10:21:51 +02:00
parent 9f8b696028
commit 83958f020e

View File

@ -250,6 +250,7 @@ static EDErrorCode ed_journal_file_load(EDJournalFile *self,
g_free(line);
line = NULL;
linelen = 0;
continue;
}
entry = ed_journal_entry_new_parse(line, NULL);