From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZ27m-0007X5-TA for qemu-devel@nongnu.org; Fri, 20 Mar 2015 14:58:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZ27j-0003Mp-MI for qemu-devel@nongnu.org; Fri, 20 Mar 2015 14:58:26 -0400 Received: from [2a03:4000:1::4e2f:c7ac:d] (port=57331 helo=v220110690675601.yourvserver.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZ27j-0003Mc-F7 for qemu-devel@nongnu.org; Fri, 20 Mar 2015 14:58:23 -0400 Message-ID: <550C6DCD.6050001@weilnetz.de> Date: Fri, 20 Mar 2015 19:58:21 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1426330784-5292-1-git-send-email-sw@weilnetz.de> <5504EF66.7060207@redhat.com> In-Reply-To: <5504EF66.7060207@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/arm/vexpress: Fix memory leak reported by Coverity List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , QEMU Developer Cc: Peter Maydell Am 15.03.2015 um 03:33 schrieb Eric Blake: > On 03/14/2015 04:59 AM, Stefan Weil wrote: >> As the conditional statement had to be splitted anyway, we can also > s/splitted/split/ (one of those weird English words that has the same > spelling for both present and past tenses) Thanks. This is fixed in v2 of the patch (going to be sent).