From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujm1a-0001HH-C0 for qemu-devel@nongnu.org; Tue, 04 Jun 2013 03:51:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ujm1V-0001VD-Qw for qemu-devel@nongnu.org; Tue, 04 Jun 2013 03:51:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujm1V-0001V2-Il for qemu-devel@nongnu.org; Tue, 04 Jun 2013 03:51:17 -0400 Message-ID: <51AD9C72.5030205@redhat.com> Date: Tue, 04 Jun 2013 09:51:14 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1370294084-4576-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1370294084-4576-1-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] gtk: don't use g_object_unref on GdkCursor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On 06/03/13 23:14, Anthony Liguori wrote: > - g_object_unref(cursor); > + gdk_cursor_unref(cursor); Reviewed-by: Gerd Hoffmann cheers, Gerd