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
@ -273,7 +273,7 @@ namespace AaxDecrypter
|
|||||||
|
|
||||||
public void Cancel()
|
public void Cancel()
|
||||||
{
|
{
|
||||||
aaxcProcesser.Cancel();
|
aaxcProcesser?.Cancel();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user