mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
fix shutdown when --disallow-module-loading=1 is passed
This commit is contained in:
parent
ca127532fc
commit
34dd4a20f2
26 changed files with 62 additions and 58 deletions
|
|
@ -66,7 +66,7 @@ int pa__init(pa_module*m) {
|
|||
|
||||
pa_assert_se(pa_close(fd) == 0);
|
||||
|
||||
pa_module_unload_request(m);
|
||||
pa_module_unload_request(m, TRUE);
|
||||
|
||||
ret = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue