echo-cancel-test: Drop references to internal message queue

We don't actually initialise or use it in the test, and this just causes
a crash at the end.

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/395>
This commit is contained in:
Arun Raghavan 2020-10-20 16:18:57 -04:00
parent e96d278bfc
commit b16b107171

View file

@ -2370,8 +2370,6 @@ int main(int argc, char* argv[]) {
} }
u.ec->done(u.ec); u.ec->done(u.ec);
u.ec->msg->dead = true;
pa_echo_canceller_msg_unref(u.ec->msg);
out: out:
if (u.captured_file) if (u.captured_file)