summaryrefslogtreecommitdiff
path: root/src/tests/srbchannel-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/srbchannel-test.c')
-rw-r--r--src/tests/srbchannel-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/srbchannel-test.c b/src/tests/srbchannel-test.c
index cd4d39790..3dbcc2bd5 100644
--- a/src/tests/srbchannel-test.c
+++ b/src/tests/srbchannel-test.c
@@ -116,7 +116,7 @@ START_TEST (srbchannel_test) {
pa_pstream_unref(p1);
pa_pstream_unref(p2);
- pa_mempool_free(mp);
+ pa_mempool_unref(mp);
pa_mainloop_free(ml);
}
END_TEST