If a failure occurs before aaxcProcesser is init'd, this will give a null ref exception which can obscure the actual exception that we want to be visible
This commit is contained in:
parent
f3a746a852
commit
ef2adfd474
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ namespace AaxDecrypter
|
|||
|
||||
public void Cancel()
|
||||
{
|
||||
aaxcProcesser.Cancel();
|
||||
aaxcProcesser?.Cancel();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue