mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
fix: dispose Framework destroyHook
This commit is contained in:
parent
83a4fe1048
commit
6933f5c41c
1 changed files with 2 additions and 2 deletions
|
|
@ -111,9 +111,9 @@ namespace Dalamud.Game.Internal {
|
||||||
public void Dispose() {
|
public void Dispose() {
|
||||||
Gui.Dispose();
|
Gui.Dispose();
|
||||||
Network.Dispose();
|
Network.Dispose();
|
||||||
//Resource.Dispose();
|
|
||||||
|
|
||||||
this.updateHook.Dispose();
|
this.updateHook.Dispose();
|
||||||
|
this.destroyHook.Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool HandleFrameworkUpdate(IntPtr framework) {
|
private bool HandleFrameworkUpdate(IntPtr framework) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue