mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 01:00:41 +01:00
Fix Segmentation fault in close journal
This commit is contained in:
parent
8dce9f2dc6
commit
eab250be37
@ -991,7 +991,9 @@ CODESTARTafterRun
|
||||
persistJournalState();
|
||||
}
|
||||
closeJournal();
|
||||
ratelimitDestruct(ratelimiter);
|
||||
if (ratelimiter) {
|
||||
ratelimitDestruct(ratelimiter);
|
||||
}
|
||||
ENDafterRun
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user