summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/geom/vinum/geom_vinum_drive.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/vinum/geom_vinum_drive.c b/sys/geom/vinum/geom_vinum_drive.c
index 161b6ac..3673255 100644
--- a/sys/geom/vinum/geom_vinum_drive.c
+++ b/sys/geom/vinum/geom_vinum_drive.c
@@ -278,7 +278,6 @@ gv_drive_orphan(struct g_consumer *cp)
g_destroy_consumer(cp);
if (!LIST_EMPTY(&gp->consumer))
return;
- g_free(gp->softc);
g_wither_geom(gp, error);
}
OpenPOWER on IntegriCloud