mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
call _deinit(() in session manager exit
This commit is contained in:
parent
00d61d958e
commit
fda9e4d5c8
1 changed files with 2 additions and 0 deletions
|
|
@ -1883,5 +1883,7 @@ exit:
|
||||||
pw_map_clear(&impl.endpoint_links);
|
pw_map_clear(&impl.endpoint_links);
|
||||||
pw_map_clear(&impl.globals);
|
pw_map_clear(&impl.globals);
|
||||||
|
|
||||||
|
pw_deinit();
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue