diff --git a/src/output/plugins/PipeWireOutputPlugin.cxx b/src/output/plugins/PipeWireOutputPlugin.cxx index 993c14fbe..c731d41e2 100644 --- a/src/output/plugins/PipeWireOutputPlugin.cxx +++ b/src/output/plugins/PipeWireOutputPlugin.cxx @@ -230,7 +230,6 @@ PipeWireOutput::Close() noexcept pw_stream_destroy(stream); } - // TODO synchronize with Process()? delete ring_buffer; }