From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpD4e-0008FR-1B for qemu-devel@nongnu.org; Wed, 19 Jun 2013 03:45:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpD4c-0000KC-LA for qemu-devel@nongnu.org; Wed, 19 Jun 2013 03:44:59 -0400 Received: from oxygen.pond.sub.org ([2a01:4f8:121:10e4::3]:34893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpD4c-0000HH-F7 for qemu-devel@nongnu.org; Wed, 19 Jun 2013 03:44:58 -0400 From: Markus Armbruster Date: Wed, 19 Jun 2013 09:44:53 +0200 Message-Id: <1371627895-27046-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 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 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 | 7 +++++++ 5 files changed, 17 insertions(+), 6 deletions(-) -- 1.7.11.7