From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1WNB-0003BN-Ab for qemu-devel@nongnu.org; Thu, 29 Mar 2018 08:09:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1WN7-00063i-9A for qemu-devel@nongnu.org; Thu, 29 Mar 2018 08:09:41 -0400 Date: Thu, 29 Mar 2018 14:09:23 +0200 From: Cornelia Huck Message-ID: <20180329140923.7b6f1c9e.cohuck@redhat.com> In-Reply-To: <152231460685.69730.14860451936216690693.stgit@bahia.lan> References: <152231456507.69730.15601462044394150786.stgit@bahia.lan> <152231460685.69730.14860451936216690693.stgit@bahia.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/3] hw/s390x: fix memory leak in s390_init_ipl_dev() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: qemu-devel@nongnu.org, Paolo Bonzini , Peter Crosthwaite , Richard Henderson , Alexander Graf , David Hildenbrand , Eduardo Habkost , qemu-s390x@nongnu.org, qemu-stable@nongnu.org On Thu, 29 Mar 2018 11:10:06 +0200 Greg Kurz wrote: > The string returned by object_property_get_str() is dynamically allocated. > > Fixes: 3c4e9baacf4d9 > Signed-off-by: Greg Kurz > --- > hw/s390x/s390-virtio-ccw.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) Thanks, queued to s390-fixes.