Skip to content

volumemonitor: don't crash when there is no pa_context

Harald Sitter requested to merge work/sitter/nocrashycontext into master

the Qt Context is a persistent singleton but the internal pa_context is not and may be null when the context is currently not connected to PA

Merge request reports