From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvPT6-0005NY-I8 for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:16:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvPSy-0001TD-8j for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:16:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvPSy-0001Se-11 for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:16:16 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5DBGDZI005156 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 13 Jun 2014 07:16:14 -0400 From: Gerd Hoffmann Date: Fri, 13 Jun 2014 13:16:07 +0200 Message-Id: <1402658168-6777-1-git-send-email-kraxel@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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() ---------------------------------------------------------------- Markus Armbruster (1): audio: Drop superfluous conditionals around g_free() audio/alsaaudio.c | 12 ++++-------- audio/audio_template.h | 15 ++++----------- audio/ossaudio.c | 6 ++---- hw/audio/adlib.c | 4 +--- 4 files changed, 11 insertions(+), 26 deletions(-)