This commit is contained in:
crschnick 2024-10-01 16:13:21 +00:00
parent dbea577662
commit 671270ce40

View file

@ -94,8 +94,10 @@ class ScanDialog extends DialogComp {
}
});
} finally {
shellValidationContext.close();
shellValidationContext = null;
if (shellValidationContext != null) {
shellValidationContext.close();
shellValidationContext = null;
}
}
});
}