From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1CDS-0001iv-DS for qemu-devel@nongnu.org; Fri, 13 May 2016 08:29:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b1CDN-0005oP-Q7 for qemu-devel@nongnu.org; Fri, 13 May 2016 08:29:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1CDN-0005oJ-KG for qemu-devel@nongnu.org; Fri, 13 May 2016 08:29:09 -0400 Message-ID: <1463142546.14138.67.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 13 May 2016 14:29:06 +0200 In-Reply-To: <1463127654-5171-1-git-send-email-berto@igalia.com> References: <1463127654-5171-1-git-send-email-berto@igalia.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] gtk: don't leak the GtkBorder with VTE 0.36 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: qemu-devel@nongnu.org, Cole Robinson On Fr, 2016-05-13 at 11:20 +0300, Alberto Garcia wrote: > When gtk_widget_style_get() is used to get the "inner-border" style > property, it returns a copy of the GtkBorder which must be freed by > the caller. >=20 > This patch also fixes a warning about the unused 'padding' structure > with VTE 0.36. Thanks, added. Had to adjust it a bit b/c I fixed the warning in cole's patch already so the patch didn't apply cleanly any more. cheers, Gerd