From 469e445f95c246a203c12198eff9932b25b49b12 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 13 Jun 2004 17:15:05 +0000 Subject: Use NG_FREE_MSG() instead of FREE(). --- sys/pci/if_mn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c index 84053f3..10123ef 100644 --- a/sys/pci/if_mn.c +++ b/sys/pci/if_mn.c @@ -368,7 +368,7 @@ ngmn_rcvmsg(node_p node, item_p item, hook_p lasthook) ngmn_config(node, s, r); resp->header.arglen = strlen(r) + 1; NG_RESPOND_MSG(i, node, item, resp); - FREE(msg, M_NETGRAPH); + NG_FREE_MSG(msg); return (0); } pos = 0; -- cgit v1.1