From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RT8Q9-0004oy-L6 for qemu-devel@nongnu.org; Wed, 23 Nov 2011 03:43:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RT8Q8-0005GP-Am for qemu-devel@nongnu.org; Wed, 23 Nov 2011 03:43:09 -0500 Received: from mx3-phx2.redhat.com ([209.132.183.24]:51980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RT8Q7-0005GD-UU for qemu-devel@nongnu.org; Wed, 23 Nov 2011 03:43:08 -0500 Date: Wed, 23 Nov 2011 03:43:04 -0500 (EST) From: Alex Jia Message-ID: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: Re: [Qemu-devel] [Bug 887883] Re: Coverity scan revealed defects List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org, Bug 887883 <887883@bugs.launchpad.net> Markus, I think it will silence Coverity complain, that sounds good to me, thanks. Regards, Alex ----- Original Message ----- From: "Markus Armbruster" To: "Bug 887883" <887883@bugs.launchpad.net> Cc: qemu-devel@nongnu.org Sent: Wednesday, November 23, 2011 3:51:10 PM Subject: Re: [Qemu-devel] [Bug 887883] Re: Coverity scan revealed defects Alex Jia <887883@bugs.launchpad.net> writes: > This is latest result on qemu-1.0-rc3, and I notice that 'RESOURCE_LEAK' > is 10 now: RESOURCE_LEAK is crippled right now, because Coverity knows nothing about glib. I started teaching it, and I intend to share when ready.