From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gy8j4-0002AL-4O for qemu-devel@nongnu.org; Sat, 23 Dec 2006 10:23:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gy8j2-00029V-Fy for qemu-devel@nongnu.org; Sat, 23 Dec 2006 10:23:53 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gy8j2-00029H-6C for qemu-devel@nongnu.org; Sat, 23 Dec 2006 10:23:52 -0500 Received: from [193.7.176.60] (helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gy8j1-00089H-Hj for qemu-devel@nongnu.org; Sat, 23 Dec 2006 10:23:51 -0500 Date: Sat, 23 Dec 2006 15:22:35 +0000 Subject: Re: [Qemu-devel] qemu elf_ops.h loader.c hw/mips_r4k.c target-ar... Message-ID: <20061223152235.GA6666@networkno.de> References: <458D43D5.6060001@bellard.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <458D43D5.6060001@bellard.org> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fabrice Bellard Cc: qemu-devel@nongnu.org Fabrice Bellard wrote: > Your change in elf_ops.h regarding the labels fail1 and fail2 is not > necessary: qemu_free(NULL) is perfectly valid and there are many pieces > of code relying on it. Please revert. Changed accordingly. Thiemo