From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRhQk-0007DN-IZ for qemu-devel@nongnu.org; Mon, 25 Jul 2016 11:04:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRhQf-0000uC-H2 for qemu-devel@nongnu.org; Mon, 25 Jul 2016 11:04:29 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:55834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRhQd-0000r0-8o for qemu-devel@nongnu.org; Mon, 25 Jul 2016 11:04:25 -0400 From: "Emilio G. Cota" Date: Mon, 25 Jul 2016 11:03:42 -0400 Message-Id: <1469459025-23606-1-git-send-email-cota@braap.org> Subject: [Qemu-devel] [PATCH 0/3] qdist fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: Paolo Bonzini , Richard Henderson , Peter Maydell , Changlong Xie While fixing the return of a NULL string when printing an empty dist (patch 3) (see background here [*]), I noticed there was a leak in qdist (patch 1). Patch 2 is trivial. Thanks, Emilio [*] https://lists.gnu.org/archive/html/qemu-devel/2016-07/msg05494.html