Fix rare crash.

In case one stoped the running application on the device, removed the
project from the IDE and then closing the app output window would crash.
This commit is contained in:
kh1
2009-12-03 11:37:48 +01:00
parent 22adebc569
commit 04a6d4678b

View File

@@ -1257,6 +1257,9 @@ void MaemoRunControl::executionFinished()
void MaemoRunControl::stop()
{
if (!isRunning()
return;
stoppedByUser = true;
if (isDeploying()) {
stopDeployment();