audio: pipewire: Reset hotplug atomic variables on deinit.

This commit is contained in:
Oschowa 2021-08-18 13:18:11 +02:00 committed by Ryan C. Gordon
parent ae5336a3d2
commit 70c23b25f0
1 changed files with 3 additions and 0 deletions

View File

@ -738,6 +738,9 @@ hotplug_loop_destroy()
pending_list_clear(); pending_list_clear();
io_list_clear(); io_list_clear();
SDL_AtomicSet(&hotplug_init_complete, 0);
SDL_AtomicSet(&hotplug_events_enabled, 0);
if (hotplug_registry) { if (hotplug_registry) {
PIPEWIRE_pw_proxy_destroy((struct pw_proxy *)hotplug_registry); PIPEWIRE_pw_proxy_destroy((struct pw_proxy *)hotplug_registry);
} }