Fixed code style #4901
This commit is contained in:
parent
67fbecb825
commit
08effbcf99
|
@ -764,8 +764,9 @@ void MainWindow::stopDesktop()
|
||||||
|
|
||||||
appendLogInfo("stopping synergy desktop process");
|
appendLogInfo("stopping synergy desktop process");
|
||||||
|
|
||||||
if (synergyProcess()->isOpen())
|
if (synergyProcess()->isOpen()) {
|
||||||
synergyProcess()->close();
|
synergyProcess()->close();
|
||||||
|
}
|
||||||
|
|
||||||
delete synergyProcess();
|
delete synergyProcess();
|
||||||
setSynergyProcess(NULL);
|
setSynergyProcess(NULL);
|
||||||
|
|
Loading…
Reference in New Issue