Parent: c2452f3d4577ee8d0adcc47811412dc1d1e30ccb
Author: Szymon Janc <szymon.janc@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2012-02-03 01:56:42
Tree: 0f7f42fbae2dbeb2e98c912f48c9fb9721af95e7
Fix GLib assertion failure in media.c get_setting() If get_setting is called before set_setting, mp->settings would be NULL resulting in GLib assertion. Hashmap is now allocated in media_player_create instead of on-demand allocation in set_setting. external/bluetooth/bluez/audio/media.c:get_setting() Equalizer CRITICAL **: g_hash_table_lookup: assertion `hash_table != NULL' failed
Diffstat
| M | audio/media.c | | | 5 | ++- - - |
1 files changed, 2 insertions(+), 3 deletions(-)