From owner-cvs-src@FreeBSD.ORG Thu May 15 11:51:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88AC837B401; Thu, 15 May 2003 11:51:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D5043F75; Thu, 15 May 2003 11:51:29 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4FIpS0U059190; Thu, 15 May 2003 11:51:28 -0700 (PDT) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4FIpSK6059189; Thu, 15 May 2003 11:51:28 -0700 (PDT) Message-Id: <200305151851.h4FIpSK6059189@repoman.freebsd.org> From: Julian Elischer Date: Thu, 15 May 2003 11:51:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 18:51:29 -0000 julian 2003/05/15 11:51:28 PDT FreeBSD src repository Modified files: sys/netgraph ng_bridge.c Log: fix a cut-n-paste error. in the case where the bridge node was closed down but a timeout still applied to it, the final reference to the node was freeing the private data structure using the wrong malloc type. Approved by: re@ Revision Changes Path 1.19 +1 -1 src/sys/netgraph/ng_bridge.c