From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpYmM-00079T-TS for qemu-devel@nongnu.org; Thu, 20 Jun 2013 02:55:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpYmL-0004ZK-PB for qemu-devel@nongnu.org; Thu, 20 Jun 2013 02:55:34 -0400 Received: from oxygen.pond.sub.org ([2a01:4f8:121:10e4::3]:38839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpYmL-0004Y9-Dl for qemu-devel@nongnu.org; Thu, 20 Jun 2013 02:55:33 -0400 From: Markus Armbruster Date: Thu, 20 Jun 2013 08:55:27 +0200 Message-Id: <1371711329-9144-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] libqtest leak fix & cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, afaerber@suse.de v2: qtest_start() function comment Markus Armbruster (2): libqtest: Plug fd and memory leaks in qtest_quit() libqtest: New qtest_end() to go with qtest_start() tests/fdc-test.c | 2 +- tests/hd-geo-test.c | 8 ++++---- tests/ide-test.c | 2 +- tests/libqtest.c | 4 ++++ tests/libqtest.h | 12 ++++++++++++ 5 files changed, 22 insertions(+), 6 deletions(-) -- 1.7.11.7