summaryrefslogtreecommitdiffstats
path: root/daemon/fsck.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/fsck.c')
-rw-r--r--daemon/fsck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/fsck.c b/daemon/fsck.c
index e452adc0..7a36440f 100644
--- a/daemon/fsck.c
+++ b/daemon/fsck.c
@@ -39,5 +39,6 @@ do_fsck (const char *fstype, const char *device)
return -1;
}
+ free (err);
return r;
}