Commit 7a86d4e4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

PulseAudio: no need to clear the write callback (not used anymore)

parent e4b9963b
......@@ -513,7 +513,6 @@ static void Close (vlc_object_t *obj)
if (s != NULL) {
pa_operation *op;
pa_stream_set_write_callback(s, NULL, NULL);
op = pa_stream_flush(s, NULL, NULL);
if (op != NULL)
pa_operation_unref(op);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment