From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wv4Vx-0006M4-Io for qemu-devel@nongnu.org; Thu, 12 Jun 2014 08:54:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wv4Vp-0001j3-5n for qemu-devel@nongnu.org; Thu, 12 Jun 2014 08:53:57 -0400 Received: from oxygen.pond.sub.org ([144.76.244.19]:39294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wv4Vo-0001gJ-WC for qemu-devel@nongnu.org; Thu, 12 Jun 2014 08:53:49 -0400 Received: from blackfin.pond.sub.org (p5B3290AE.dip0.t-ipconnect.de [91.50.144.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by oxygen.pond.sub.org (Postfix) with ESMTPSA id 1AB6626025 for ; Thu, 12 Jun 2014 14:53:46 +0200 (CEST) From: Markus Armbruster References: <1402073264-9606-1-git-send-email-armbru@redhat.com> <1402573253.21444.8.camel@nilsson.home.kraxel.org> Date: Thu, 12 Jun 2014 14:53:44 +0200 In-Reply-To: <1402573253.21444.8.camel@nilsson.home.kraxel.org> (Gerd Hoffmann's message of "Thu, 12 Jun 2014 13:40:53 +0200") Message-ID: <878up2wap3.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2 0/2] vnc: Drop some superfluous conditionals List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Gerd Hoffmann writes: > On Fr, 2014-06-06 at 18:47 +0200, Markus Armbruster wrote: >> Markus Armbruster (2): >> vnc: Drop superfluous conditionals around g_free() >> vnc: Drop superfluous conditionals around g_strdup() >> >> ui/vnc-tls.c | 6 ++---- >> ui/vnc.c | 15 ++++----------- >> 2 files changed, 6 insertions(+), 15 deletions(-) >> > Picked them up. Thanks! I'll drop the dead store Eric noted in a followup patch, unless you squash it in (fine with me).