mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
null check dpi dispose
This commit is contained in:
parent
888a6245e7
commit
7ad2de9579
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ namespace Dalamud.Plugin.Internal
|
||||||
this.instance?.Dispose();
|
this.instance?.Dispose();
|
||||||
this.instance = null;
|
this.instance = null;
|
||||||
|
|
||||||
this.DalamudInterface.Dispose();
|
this.DalamudInterface?.Dispose();
|
||||||
this.DalamudInterface = null;
|
this.DalamudInterface = null;
|
||||||
|
|
||||||
this.pluginType = null;
|
this.pluginType = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue