This commit is contained in:
Wim Taymans 2017-08-16 12:39:13 +02:00
parent 4731a0b4b8
commit 2cb1590859
2 changed files with 1 additions and 2 deletions

View file

@ -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;