diff options
-rw-r--r-- | sys/geom/vinum/geom_vinum_drive.c | 1 |
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 b3a3325..7a83c77 100644 --- a/sys/geom/vinum/geom_vinum_drive.c +++ b/sys/geom/vinum/geom_vinum_drive.c @@ -421,7 +421,6 @@ gv_drive_taste(struct g_class *mp, struct g_provider *pp, int flags __unused) g_detach(cp); g_destroy_consumer(cp); - g_free(gp->softc); g_destroy_geom(gp); return (NULL); } |