summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/unisig_sigmgr_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netatm/uni/unisig_sigmgr_state.c')
-rw-r--r--sys/netatm/uni/unisig_sigmgr_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netatm/uni/unisig_sigmgr_state.c b/sys/netatm/uni/unisig_sigmgr_state.c
index e5f331d..1d73cb5 100644
--- a/sys/netatm/uni/unisig_sigmgr_state.c
+++ b/sys/netatm/uni/unisig_sigmgr_state.c
@@ -858,7 +858,7 @@ unisig_sigmgr_act14(usp, m)
UNLINK((struct siginst *)usp, struct siginst,
smp->sm_prinst, si_next);
- KM_FREE(usp, sizeof(struct unisig), M_DEVBUF);
+ free(usp, M_DEVBUF);
} else {
/*
* Otherwise, set new signalling manager state and
OpenPOWER on IntegriCloud