summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ip_flow.c')
-rw-r--r--sys/netinet/ip_flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_flow.c b/sys/netinet/ip_flow.c
index a7af545..a23f2bb 100644
--- a/sys/netinet/ip_flow.c
+++ b/sys/netinet/ip_flow.c
@@ -199,7 +199,7 @@ ipflow_free(
ipflow_addstats(ipf);
RTFREE(ipf->ipf_ro.ro_rt);
ipflow_inuse--;
- FREE(ipf, M_IPFLOW);
+ free(ipf, M_IPFLOW);
}
static struct ipflow *
OpenPOWER on IntegriCloud