From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIEYY-00072w-H8 for qemu-devel@nongnu.org; Fri, 15 Aug 2014 06:16:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XIEYS-0002I7-EO for qemu-devel@nongnu.org; Fri, 15 Aug 2014 06:16:22 -0400 Received: from [59.151.112.132] (port=53933 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIEYS-0002I3-2G for qemu-devel@nongnu.org; Fri, 15 Aug 2014 06:16:16 -0400 Received: from G08CNEXCHPEKD03.g08.fujitsu.local (localhost.localdomain [127.0.0.1]) by edo.cn.fujitsu.com (8.14.3/8.13.1) with ESMTP id s7FAGCAa031149 for ; Fri, 15 Aug 2014 18:16:12 +0800 From: Hu Tao Date: Fri, 15 Aug 2014 18:13:58 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/2] fix two memory leaks in object_create() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org See each patch for the details. Hu Tao (2): vl: free err vl: call visit_end_struct() in the error path vl.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) -- 1.9.3