mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
cleanups
This commit is contained in:
parent
4731a0b4b8
commit
2cb1590859
2 changed files with 1 additions and 2 deletions
|
|
@ -302,6 +302,7 @@ int main(int argc, char *argv[])
|
|||
pw_loop_leave(data.loop);
|
||||
|
||||
pw_remote_destroy(data.remote);
|
||||
pw_core_destroy(data.core);
|
||||
pw_loop_destroy(data.loop);
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
|
|
@ -155,8 +155,6 @@ static bool client_is_sandboxed(struct pw_client *cl)
|
|||
pid_t pid;
|
||||
const struct ucred *ucred;
|
||||
|
||||
return true;
|
||||
|
||||
ucred = pw_client_get_ucred(cl);
|
||||
|
||||
if (ucred) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue