summaryrefslogtreecommitdiffstats
path: root/src/modules/module-esound-compat-spawnfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/module-esound-compat-spawnfd.c')
-rw-r--r--src/modules/module-esound-compat-spawnfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/module-esound-compat-spawnfd.c b/src/modules/module-esound-compat-spawnfd.c
index 8eb4985b..578ad3b5 100644
--- a/src/modules/module-esound-compat-spawnfd.c
+++ b/src/modules/module-esound-compat-spawnfd.c
@@ -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;