summaryrefslogtreecommitdiffstats
path: root/disk-utils/fsck.c
diff options
context:
space:
mode:
Diffstat (limited to 'disk-utils/fsck.c')
-rw-r--r--disk-utils/fsck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/disk-utils/fsck.c b/disk-utils/fsck.c
index 3fa47815e..1d05faf54 100644
--- a/disk-utils/fsck.c
+++ b/disk-utils/fsck.c
@@ -1577,7 +1577,7 @@ int main(int argc, char *argv[])
status |= wait_many(FLAG_WAIT_ALL);
free(fsck_path);
mnt_unref_cache(mntcache);
- mnt_free_table(fstab);
- mnt_free_table(mtab);
+ mnt_unref_table(fstab);
+ mnt_unref_table(mtab);
return status;
}