mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
Use refcounting for async shutdown
fix some memory leaks
This commit is contained in:
parent
ee0aa6a2ac
commit
6d4db64767
21 changed files with 216 additions and 260 deletions
|
|
@ -113,6 +113,7 @@ pinos__module_init (PinosModule * module, const char * args)
|
|||
}
|
||||
}
|
||||
free (argv);
|
||||
pinos_free_strv (tmp_argv);
|
||||
}
|
||||
|
||||
pinos_spa_monitor_load (module->core, "build/spa/plugins/alsa/libspa-alsa.so", "alsa-monitor");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue