aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_subr.c
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2012-07-18 07:26:20 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2012-07-18 07:26:20 +0000
commit3a3ef28e15ac0734ba9aa79e6b951173d31eb7a6 (patch)
tree81db6515de18402335e2cf44dc63842f7555f9dd /sys/geom/geom_subr.c
parentbd51eebf0461060673bc723981a716aefac82d30 (diff)
downloadsrc-3a3ef28e15ac0734ba9aa79e6b951173d31eb7a6.tar.gz
src-3a3ef28e15ac0734ba9aa79e6b951173d31eb7a6.zip
Add missing free.
Notes
Notes: svn path=/head/; revision=238565
Diffstat (limited to 'sys/geom/geom_subr.c')
-rw-r--r--sys/geom/geom_subr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c
index 6636829f3fbd..6f009f05f36c 100644
--- a/sys/geom/geom_subr.c
+++ b/sys/geom/geom_subr.c
@@ -621,6 +621,7 @@ g_resize_provider_event(void *arg, int flag)
hh = arg;
pp = hh->pp;
size = hh->size;
+ g_free(hh);
G_VALID_PROVIDER(pp);
g_trace(G_T_TOPOLOGY, "g_resize_provider_event(%p)", pp);