mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
parent
32c015d01e
commit
461e3db741
3 changed files with 12 additions and 1 deletions
|
|
@ -145,5 +145,10 @@ int main(int argc, char *argv[])
|
|||
test_create(out);
|
||||
test_read_write(in, out);
|
||||
|
||||
pw_protocol_native_connection_destroy(in);
|
||||
pw_protocol_native_connection_destroy(out);
|
||||
pw_context_destroy(context);
|
||||
pw_main_loop_destroy(loop);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue