mirror of
https://github.com/qemu/qemu.git
synced 2024-11-25 03:43:37 +08:00
fix paaudio.c warnings
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
cf36b31db2
commit
d6c05bbf29
@ -505,8 +505,7 @@ fail:
|
||||
pa_stream_unref (stream);
|
||||
}
|
||||
|
||||
qpa_logerr (pa_context_errno (g->context),
|
||||
"stream_new() failed\n");
|
||||
*rerror = pa_context_errno (g->context);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user