Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KDE Connect
Commits
c989be56
Commit
c989be56
authored
Oct 17, 2022
by
Aleix Pol Gonzalez
🐧
Browse files
virtualmonitor: Make sure we clean up m_process after deleting
parent
8a5adcd1
Pipeline
#249038
passed with stage
in 6 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/virtualmonitor/virtualmonitorplugin.cpp
View file @
c989be56
...
...
@@ -120,6 +120,7 @@ bool VirtualMonitorPlugin::requestVirtualMonitor()
requestVirtualMonitor
();
}
else
{
m_process
->
deleteLater
();
m_process
=
nullptr
;
}
qCWarning
(
KDECONNECT_PLUGIN_VIRTUALMONITOR
)
<<
"virtual display finished with"
<<
device
()
->
name
()
<<
m_process
->
readAllStandardError
();
});
...
...
Aleix Pol Gonzalez
🐧
@apol
mentioned in commit
67e85c14
·
Oct 16, 2022
mentioned in commit
67e85c14
mentioned in commit 67e85c14b6ed8feda77cf0764f2f763d80e5d073
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment