mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
tests: Remove a redundant mempool_new from resampler-test
Signed-off-by: Hui Wang <hui.wang@canonical.com>
This commit is contained in:
parent
7aa422359d
commit
fec553170a
1 changed files with 0 additions and 2 deletions
|
|
@ -330,8 +330,6 @@ int main(int argc, char *argv[]) {
|
||||||
if (!getenv("MAKE_CHECK"))
|
if (!getenv("MAKE_CHECK"))
|
||||||
pa_log_set_level(PA_LOG_INFO);
|
pa_log_set_level(PA_LOG_INFO);
|
||||||
|
|
||||||
pa_assert_se(pool = pa_mempool_new(false, 0));
|
|
||||||
|
|
||||||
a.channels = b.channels = 1;
|
a.channels = b.channels = 1;
|
||||||
a.rate = b.rate = 44100;
|
a.rate = b.rate = 44100;
|
||||||
a.format = b.format = PA_SAMPLE_S16LE;
|
a.format = b.format = PA_SAMPLE_S16LE;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue