From owner-cvs-all Sat Jun 30 3:57:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C990237B401; Sat, 30 Jun 2001 03:57:38 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5UAvcF86189; Sat, 30 Jun 2001 03:57:38 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200106301057.f5UAvcF86189@freefall.freebsd.org> From: Nick Hibma Date: Sat, 30 Jun 2001 03:57:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhid.c usbdi_util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG n_hibma 2001/06/30 03:57:38 PDT Modified files: sys/dev/usb uhid.c usbdi_util.c Log: Don't free memory that has been freed already. Null the pointer after freeing the memory. PR: 27370 Submitted by: Alec Barea MFC after: 5 days Revision Changes Path 1.37 +1 -3 src/sys/dev/usb/uhid.c 1.19 +2 -1 src/sys/dev/usb/usbdi_util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message