From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YK5TX-0006oB-5Z for mharc-qemu-trivial@gnu.org; Sat, 07 Feb 2015 08:31:07 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK5TR-0006e1-EQ for qemu-trivial@nongnu.org; Sat, 07 Feb 2015 08:31:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YK5TM-0000b9-Pg for qemu-trivial@nongnu.org; Sat, 07 Feb 2015 08:31:01 -0500 Received: from isrv.corpit.ru ([86.62.121.231]:40152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK5TG-0000aF-TT; Sat, 07 Feb 2015 08:30:51 -0500 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 279754140A; Sat, 7 Feb 2015 16:30:48 +0300 (MSK) Message-ID: <54D61388.5000507@msgid.tls.msk.ru> Date: Sat, 07 Feb 2015 16:30:48 +0300 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-Version: 1.0 To: Markus Armbruster , qemu-devel@nongnu.org References: <1422456844-13043-1-git-send-email-armbru@redhat.com> In-Reply-To: <1422456844-13043-1-git-send-email-armbru@redhat.com> OpenPGP: id=804465C5 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org Subject: Re: [Qemu-trivial] [PATCH 0/4] Pair g_malloc() with g_free(), not free() X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 13:31:05 -0000 28.01.2015 17:54, Markus Armbruster wrote: > 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() Applied to -trivial, thank you! /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK5TL-0006XQ-Md for qemu-devel@nongnu.org; Sat, 07 Feb 2015 08:30:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YK5TH-0000aW-3i for qemu-devel@nongnu.org; Sat, 07 Feb 2015 08:30:55 -0500 Message-ID: <54D61388.5000507@msgid.tls.msk.ru> Date: Sat, 07 Feb 2015 16:30:48 +0300 From: Michael Tokarev MIME-Version: 1.0 References: <1422456844-13043-1-git-send-email-armbru@redhat.com> In-Reply-To: <1422456844-13043-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [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: Markus Armbruster , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org 28.01.2015 17:54, Markus Armbruster wrote: > 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() Applied to -trivial, thank you! /mjt