summaryrefslogtreecommitdiffstats
path: root/src/tests/remix-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/remix-test.c')
-rw-r--r--src/tests/remix-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/remix-test.c b/src/tests/remix-test.c
index 4777c150..3538d7d4 100644
--- a/src/tests/remix-test.c
+++ b/src/tests/remix-test.c
@@ -58,7 +58,7 @@ int main(int argc, char *argv[]) {
oil_init();
pa_log_set_maximal_level(PA_LOG_DEBUG);
- pa_assert_se(pool = pa_mempool_new(FALSE));
+ pa_assert_se(pool = pa_mempool_new(FALSE, 0));
for (i = 0; maps[i].channels > 0; i++)
for (j = 0; maps[j].channels > 0; j++) {