Re: (re_at_) FIX: malloc(9)/free(9) confusion bug in netgraph

From: Martin Blapp <mb_at_imp.ch>
Date: Thu, 15 May 2003 20:23:24 +0200 (CEST)
Hi,

> I found it..
> it's a wrong malloc type on a FREE()
> it only happens in shutting down the node in some cases so you shouldn't
> see it much.
>
> -               FREE(priv, M_NETGRAPH);
> +               FREE(priv, M_NETGRAPH_BRIDGE);

Thanks a lot Julian !

Martin
Received on Thu May 15 2003 - 09:23:34 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:08 UTC