From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 4 Aug 2003 19:36:01 +0400 From: Alexey Tourbin To: devel@altlinux.ru Message-ID: <20030804153601.GF2334@julia.office.altlinux.ru> Mail-Followup-To: devel@altlinux.ru References: <20030804141835.C8D074806F@lrn.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="27ZtN5FSuKKSZcBU" Content-Disposition: inline In-Reply-To: <20030804141835.C8D074806F@lrn.ru> Subject: [devel] Re: [ALT Linux 0002810]: mpg123 -Z file eats LOTS of memory X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.1.2 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2003 15:39:48 -0000 Archived-At: List-Archive: List-Post: --27ZtN5FSuKKSZcBU Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Mon, Aug 04, 2003 at 06:18:35PM +0400, mantis-admin@altlinux.ru wrote: > ======================================================================= > Summary: mpg123 -Z file eats LOTS of memory > Description: > in situation where file is not a mp3, e.g. > mpg123 -Z ~/.bash_profile Зафиксил. Ждите новой сборки на этой неделе. Стоит ли включить поддержку esound? Когда-то она была, но goldhead её выключил или просто разломал (там кривоватый Makefile). --- mpg123/readers.c~ 2000-10-30 20:12:59 +0000 +++ mpg123/readers.c 2003-08-04 15:26:46 +0000 @@ -185,6 +185,8 @@ void stream_close(struct reader *rds) { if (rds->flags & READER_FD_OPENED) close(rds->filept); + if (rds->backbuf) + free(rds->backbuf); } /**************************************** --27ZtN5FSuKKSZcBU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/Ln1hfBKgtDjnu0YRAib5AJ9Bp48XR5H2P8DSBZ5vUWrkw9qTMACeP/ef wFa2FPJSazwqsCR73SQkw28= =R7ZN -----END PGP SIGNATURE----- --27ZtN5FSuKKSZcBU--