From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvRKu-0006s3-HO for qemu-devel@nongnu.org; Fri, 13 Jun 2014 09:16:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvRKo-0007r5-W3 for qemu-devel@nongnu.org; Fri, 13 Jun 2014 09:16:04 -0400 Received: from mail-la0-f52.google.com ([209.85.215.52]:42526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvRKo-0007qx-PW for qemu-devel@nongnu.org; Fri, 13 Jun 2014 09:15:58 -0400 Received: by mail-la0-f52.google.com with SMTP id s18so1462727lam.11 for ; Fri, 13 Jun 2014 06:15:57 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1402658168-6777-1-git-send-email-kraxel@redhat.com> References: <1402658168-6777-1-git-send-email-kraxel@redhat.com> From: Peter Maydell Date: Fri, 13 Jun 2014 14:15:37 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/1] audio: Drop superfluous conditionals around g_free() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: QEMU Developers On 13 June 2014 12:16, Gerd Hoffmann wrote: > Hi, > > Pretty short audio patch queue with a single cleanup. > > please pull, > Gerd > > The following changes since commit 2a2c4830c0068d70443f3dddc4cc668f0c601b5c: > > Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20140611-1' into staging (2014-06-12 09:51:41 +0100) > > are available in the git repository at: > > > git://git.kraxel.org/qemu tags/pull-audio-20140613-1 > > for you to fetch changes up to fb7da626c0d178d687f439af2e19401f34bc901e: > > audio: Drop superfluous conditionals around g_free() (2014-06-13 12:34:54 +0200) > > ---------------------------------------------------------------- > audio: Drop superfluous conditionals around g_free() > > ---------------------------------------------------------------- Applied, thanks. -- PMM