Skip to content

[plugins/virtualmonitor] Fix crash when krfb-virtualmonitor fails all retries

Nicolas Fella requested to merge work/vim-crash into master

After enough retries we give up and delete the QProcess

However we later access it again to print its output

Move that before the deletion

BUG: 464241

Merge request reports