aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/userboot
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2017-03-20 18:03:40 +0000
committerToomas Soome <tsoome@FreeBSD.org>2017-03-20 18:03:40 +0000
commit1c36b15aced718bf7dea671f04289ea08d2e65c0 (patch)
treef265ac598176d9a82dfcee391f35a1be908c48a8 /sys/boot/userboot
parentd31d87b0a7544e43e824216758760cc29bde9198 (diff)
Notes
Diffstat (limited to 'sys/boot/userboot')
-rw-r--r--sys/boot/userboot/userboot/userboot_disk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/userboot/userboot/userboot_disk.c b/sys/boot/userboot/userboot/userboot_disk.c
index 83b1458d227bd..4e617b6d252fc 100644
--- a/sys/boot/userboot/userboot/userboot_disk.c
+++ b/sys/boot/userboot/userboot/userboot_disk.c
@@ -110,7 +110,6 @@ userdisk_cleanup(void)
if (userdisk_maxunit > 0)
free(ud_info);
- disk_cleanup(&userboot_disk);
}
/*