https://bugs.kde.org/show_bug.cgi?id=432482

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> ---
Do you have a self-built pulseaudio? It's an assert, I assume that's not on in
debug builds.

Is it reproducible?


I think I have a potential patch, but it's written blind.

     if (m_stream) {
-        pa_stream_disconnect(m_stream);
-        pa_stream_unref(m_stream);
         pa_stream_set_read_callback(m_stream, nullptr, nullptr);
         pa_stream_set_suspended_callback(m_stream, nullptr, nullptr);
+        pa_stream_disconnect(m_stream);
+        pa_stream_unref(m_stream);

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to