summaryrefslogtreecommitdiff
path: root/src/coredump
diff options
context:
space:
mode:
Diffstat (limited to 'src/coredump')
-rw-r--r--src/coredump/coredump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coredump/coredump.c b/src/coredump/coredump.c
index 355ab51f39..2898dc2842 100644
--- a/src/coredump/coredump.c
+++ b/src/coredump/coredump.c
@@ -1270,7 +1270,7 @@ static int process_backtrace(int argc, char *argv[]) {
_cleanup_free_ struct iovec *iovec = NULL;
size_t n_iovec, n_allocated, n_to_free = 0, i;
int r;
- JournalImporter importer = {
+ _cleanup_(journal_importer_cleanup) JournalImporter importer = {
.fd = STDIN_FILENO,
};