[pulseaudio-discuss] [PATCH] tests: Remove a redundant mempool_new from resampler-test

David Henningsson david.henningsson at canonical.com
Sun May 24 23:45:24 PDT 2015


Pushed, thanks.

On 2015-05-25 06:49, Hui Wang wrote:
> Signed-off-by: Hui Wang <hui.wang at canonical.com>
> ---
>   src/tests/resampler-test.c | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/src/tests/resampler-test.c b/src/tests/resampler-test.c
> index 751d2dc..9832a31 100644
> --- a/src/tests/resampler-test.c
> +++ b/src/tests/resampler-test.c
> @@ -330,8 +330,6 @@ int main(int argc, char *argv[]) {
>       if (!getenv("MAKE_CHECK"))
>           pa_log_set_level(PA_LOG_INFO);
>
> -    pa_assert_se(pool = pa_mempool_new(false, 0));
> -
>       a.channels = b.channels = 1;
>       a.rate = b.rate = 44100;
>       a.format = b.format = PA_SAMPLE_S16LE;
>

-- 
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic


More information about the pulseaudio-discuss mailing list