bluez: avoid warning

This commit is contained in:
Wim Taymans 2021-01-30 19:31:52 +01:00
parent 494194c4bf
commit 28376d1db2

View file

@ -2169,7 +2169,7 @@ static int impl_clear(struct spa_handle *handle)
monitor->backend_hsphfpd = NULL; monitor->backend_hsphfpd = NULL;
} }
free(monitor->enabled_codecs.items); free((void*)monitor->enabled_codecs.items);
spa_zero(monitor->enabled_codecs); spa_zero(monitor->enabled_codecs);
return 0; return 0;