mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13:40 +01:00
Update Lumina to 3.17.0 (#1780)
* Update Lumina to 3.17.0 * Dispose GameData in DataManager * Update Microsoft.Extensions.ObjectPool
This commit is contained in:
parent
1f608c4aee
commit
7280744def
3 changed files with 4 additions and 3 deletions
|
|
@ -161,6 +161,7 @@ internal sealed class DataManager : IInternalDisposableService, IDataManager
|
|||
void IInternalDisposableService.DisposeService()
|
||||
{
|
||||
this.luminaCancellationTokenSource.Cancel();
|
||||
this.GameData.Dispose();
|
||||
}
|
||||
|
||||
private class LauncherTroubleshootingInfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue