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

View file

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