summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/journalctl.c')
-rw-r--r--src/journal/journalctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
index b2883ff177..1df27d1cc5 100644
--- a/src/journal/journalctl.c
+++ b/src/journal/journalctl.c
@@ -2744,5 +2744,6 @@ finish:
* in scripts and such */
r = -ENOENT;
+ static_destruct();
return r < 0 ? EXIT_FAILURE : EXIT_SUCCESS;
}