From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGU0W-0007kc-HW for qemu-devel@nongnu.org; Wed, 28 Jan 2015 09:54:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGU0P-0006Gg-7Y for qemu-devel@nongnu.org; Wed, 28 Jan 2015 09:54:16 -0500 From: Markus Armbruster Date: Wed, 28 Jan 2015 15:54:00 +0100 Message-Id: <1422456844-13043-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] Pair g_malloc() with g_free(), not free() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org I'm routing these patches through qemu-trivial, even though some of them touch actively maintained code, and could go through the respective tree instead: * PATCH 3 sPAPR (Alex) * PATCH 4 USB (Gerd) If you want me to reroute any of them, let me know. Markus Armbruster (4): qemu-option: Replace pointless use of g_malloc0() by g_malloc() qemu-option: Pair g_malloc() with g_free(), not free() spapr_vio: Pair g_malloc() with g_free(), not free() usb: Pair g_malloc() with g_free(), not free() hw/ppc/spapr_vio.c | 2 +- hw/usb/desc-msos.c | 2 +- util/qemu-option.c | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) -- 1.9.3