- dispose fileHandler

pull/26/head
Simon Gockner 6 years ago
parent 510b461b60
commit d181e8179f
  1. 2
      GBase/GBaseTable.cs

@ -73,7 +73,7 @@ namespace GBase
/// <returns>A <see cref="ValueTask"/> to await</returns>
public async ValueTask DisposeAsync()
{
throw new NotImplementedException();
await _fileHandler.DisposeAsync();
}
}
}
Loading…
Cancel
Save