mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-23 06:59:58 -05:00
memory leak fixes
This commit is contained in:
parent
83b4eaca53
commit
267547c884
3 changed files with 10 additions and 0 deletions
|
|
@ -194,6 +194,8 @@ gst_pipewire_src_finalize (GObject * object)
|
|||
|
||||
clear_queue (pwsrc);
|
||||
|
||||
pw_core_destroy (pwsrc->core);
|
||||
pwsrc->core = NULL;
|
||||
pw_thread_loop_destroy (pwsrc->main_loop);
|
||||
pwsrc->main_loop = NULL;
|
||||
pw_loop_destroy (pwsrc->loop);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue