audio: Do not check for audio_calloc failure
commite8d8544402c950a82fdd125d1cc73170e2e21bdc
authorFrediano Ziglio <fziglio@redhat.com>
Mon, 25 Feb 2019 15:43:35 +0000 (25 15:43 +0000)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 28 Feb 2019 09:26:53 +0000 (28 10:26 +0100)
tree35d16f9698fb4d5d3c95e01fa55d55df7f30150c
parent71f2874fc10cfd0c0dbbe560d250d0cafa9fe220
audio: Do not check for audio_calloc failure

audio_calloc uses g_malloc0 which never returns in case of
memory failure.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Message-id: 20190225154335.11397-2-fziglio@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
audio/audio.c