From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1rAO-0004sM-OB for qemu-devel@nongnu.org; Thu, 26 Nov 2015 02:40:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1rAK-00038x-Dh for qemu-devel@nongnu.org; Thu, 26 Nov 2015 02:40:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1rAK-00038t-8j for qemu-devel@nongnu.org; Thu, 26 Nov 2015 02:40:28 -0500 From: Markus Armbruster References: <1448501448-5652-1-git-send-email-opensource.dxs@aliyun.com> Date: Thu, 26 Nov 2015 08:40:24 +0100 In-Reply-To: <1448501448-5652-1-git-send-email-opensource.dxs@aliyun.com> (dongxingshui's message of "Thu, 26 Nov 2015 01:30:48 +0000") Message-ID: <87mvu1mcnr.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] Avoid memory leak List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dongxingshui Cc: zhongguocheng@huawei.com, dongxingshui@huawei.com, qemu-devel@nongnu.org dongxingshui writes: > monitor.c: Avoid memory leak > > When send a wrong qmp command, a memory leak occurs. Fix it. > > Signed-off-by: dongxingshui Functionally the same as http://lists.gnu.org/archive/html/qemu-devel/2015-10/msg06862.html Message-Id: <1446117309-15322-1-git-send-email-armbru@redhat.com> The delay getting that merged is entirely my fault. Thanks!