mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
examples: free the event source
This commit is contained in:
parent
e54cd0ef5c
commit
bdd4d3a8fc
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ int main(int argc, char *argv[])
|
||||||
pw_main_loop_run(data.main_loop);
|
pw_main_loop_run(data.main_loop);
|
||||||
|
|
||||||
pw_stream_destroy(data.stream);
|
pw_stream_destroy(data.stream);
|
||||||
|
pw_loop_destroy_source(data.loop, data.refill_event);
|
||||||
pw_main_loop_destroy(data.main_loop);
|
pw_main_loop_destroy(data.main_loop);
|
||||||
pw_deinit();
|
pw_deinit();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue