device-port: Remove pa_device_port_hashmap_free()

This commit is contained in:
Tanu Kaskinen 2013-02-12 21:36:54 +02:00
parent 8872c238ba
commit 43e7868008
6 changed files with 7 additions and 15 deletions

View file

@ -2432,7 +2432,7 @@ static pa_hook_result_t uuid_added_cb(pa_bluetooth_discovery *y, const struct pa
pa_card_add_ports(u->card, new_ports);
pa_device_port_hashmap_free(new_ports);
pa_hashmap_free(new_ports, (pa_free_cb_t) pa_device_port_unref);
return PA_HOOK_OK;
}