From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF5nL-0000pc-Ac for qemu-devel@nongnu.org; Wed, 06 Aug 2014 14:18:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XF5nF-000554-6b for qemu-devel@nongnu.org; Wed, 06 Aug 2014 14:18:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF5nE-000550-VL for qemu-devel@nongnu.org; Wed, 06 Aug 2014 14:18:33 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s76IIVvh021575 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 6 Aug 2014 14:18:31 -0400 From: Eduardo Habkost Date: Wed, 6 Aug 2014 15:18:19 -0300 Message-Id: <1407349101-27793-1-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH RESEND 0/2] Fix leaks on object_property_add_str() setters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Resending two patches from the previous series which were not applied yet. Eduardo Habkost (2): rng-egd: Free old chr_name value before setting new one hw/machine: Free old values of string properties backends/rng-egd.c | 1 + hw/core/machine.c | 8 ++++++++ 2 files changed, 9 insertions(+) -- 1.9.3