qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gonglei <arei.gonglei@huawei.com>
Subject: [Qemu-devel] [PULL 03/11] ppc/spapr_drc: fix memory leak
Date: Thu, 16 Jul 2015 18:55:50 +0200	[thread overview]
Message-ID: <1437065758-4625-4-git-send-email-pbonzini@redhat.com> (raw)
In-Reply-To: <1437065758-4625-1-git-send-email-pbonzini@redhat.com>

From: Gonglei <arei.gonglei@huawei.com>

fix CID 1311373.

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Message-Id: <1436489490-236-3-git-send-email-arei.gonglei@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 hw/ppc/spapr_drc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/ppc/spapr_drc.c b/hw/ppc/spapr_drc.c
index ef98538..ee87432 100644
--- a/hw/ppc/spapr_drc.c
+++ b/hw/ppc/spapr_drc.c
@@ -422,6 +422,7 @@ static void realize(DeviceState *d, Error **errp)
         error_free(err);
         object_unref(OBJECT(drc));
     }
+    g_free(child_name);
     DPRINTFN("drc realize complete");
 }
 
-- 
2.4.3

  parent reply	other threads:[~2015-07-16 16:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-16 16:55 [Qemu-devel] [PULL 00/11] RCU, KVM, memory API, crypto, Coverity fixes for 2.4.0-rc1 Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 01/11] mips/kvm: Fix Big endian 32-bit register access Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 02/11] mips/kvm: Sign extend registers written to KVM Paolo Bonzini
2015-07-16 16:55 ` Paolo Bonzini [this message]
2015-07-16 16:55 ` [Qemu-devel] [PULL 04/11] arm/xlnx-zynqmp: fix memory leak Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 05/11] RDMA: Fix error exits Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 06/11] rcu: automatically unregister threads when they exit Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 07/11] rcu: actually register threads that have RCU read-side critical sections Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 08/11] rcu: detect missing rcu_register_thread() Paolo Bonzini
2015-07-24  1:06   ` Wen Congyang
2015-07-16 16:55 ` [Qemu-devel] [PULL 09/11] memory: fix refcount leak in memory_region_present Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 10/11] crypto: fix build with nettle >= 3.0.0 Paolo Bonzini
2015-07-16 16:55 ` [Qemu-devel] [PULL 11/11] crypto: avoid undefined behavior in nettle calls Paolo Bonzini
2015-07-16 17:44 ` [Qemu-devel] [PULL 00/11] RCU, KVM, memory API, crypto, Coverity fixes for 2.4.0-rc1 Peter Maydell
2015-07-16 19:25   ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1437065758-4625-4-git-send-email-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=arei.gonglei@huawei.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).