pipewire: make pw_init() work after pw_deinit()

This commit is contained in:
Wim Taymans 2020-06-04 17:29:32 +02:00
parent eb74b2bf94
commit 5ad8491371

View file

@ -426,6 +426,7 @@ void pw_deinit(void)
pw_free_strv(support->categories);
support->categories = NULL;
support->support_lib = NULL;
support->registry = NULL;
pw_log_set(NULL);