kill D-Scanner if not yet returned

This commit is contained in:
Basile Burg 2018-08-29 10:47:49 +02:00
parent 9e8616eb5d
commit 318d94f51d
1 changed files with 5 additions and 0 deletions

View File

@ -2931,6 +2931,11 @@ begin
or not fCanDscan then
exit;
if fDscanner.Running then
begin
fDscanner.Terminate(0);
sleep(1);
end;
removeDscannerWarnings;
fCanDscan := false;
fDScanner.execute;