mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: possible null ref in Dalamud.WaitForUnloadFinish()
This commit is contained in:
parent
ce415e4784
commit
f937467eed
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ namespace Dalamud
|
|||
/// </summary>
|
||||
public void WaitForUnloadFinish()
|
||||
{
|
||||
this.finishUnloadSignal.WaitOne();
|
||||
this.finishUnloadSignal?.WaitOne();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue