mirror of https://gitlab.com/basile.b/dexed.git
kill D-Scanner if not yet returned
This commit is contained in:
parent
9e8616eb5d
commit
318d94f51d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue