bluez: avdtp: Fix incorrect gchar buffer allocation
authorAnderson Lizardo <anderson.lizardo@openbossa.org>
Fri, 18 May 2012 13:46:29 +0000 (09:46 -0400)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 9 Jan 2013 14:30:13 +0000 (14:30 +0000)
commit54b8979d67a603f4952585fde8f0e64d9377e8f4
treef49690078e06529927064174546c918910cf9ceb
parent6c31678d8b5cae7a33395461ef89929004ffae3a
bluez: avdtp: Fix incorrect gchar buffer allocation

The code was allocating an array of gchar pointers, where an array of
gchar is expected.
sys/bluez/gstavdtpsink.c