From owner-cvs-src Tue Feb 11 8:58:56 2003 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 CABD737B401; Tue, 11 Feb 2003 08:58:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C70143F85; Tue, 11 Feb 2003 08:58:54 -0800 (PST) (envelope-from green@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 h1BGwsbv059398; Tue, 11 Feb 2003 08:58:54 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1BGwsjJ059397; Tue, 11 Feb 2003 08:58:54 -0800 (PST) Message-Id: <200302111658.h1BGwsjJ059397@repoman.freebsd.org> From: Brian Feldman Date: Tue, 11 Feb 2003 08:58:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm dsp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG green 2003/02/11 08:58:54 PST Modified files: sys/dev/sound/pcm dsp.c Log: Sound devices were being leaked by dsp_open() not actually releasing the channels it allocates if chn_reset() on them resulted in failure. ARROW'D! Revision Changes Path 1.59 +6 -1 src/sys/dev/sound/pcm/dsp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message