mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Merge pull request #535 from daemitus/dpi
This commit is contained in:
commit
a1189b8827
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