mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Dispose realm in RealmWriteUsage cleanup
This commit is contained in:
@ -138,6 +138,7 @@ namespace osu.Game.Database
|
||||
{
|
||||
// rollback if not explicitly committed.
|
||||
transaction?.Dispose();
|
||||
Realm?.Dispose();
|
||||
|
||||
Monitor.Exit(factory.writeLock);
|
||||
pending_writes.Value--;
|
||||
|
Reference in New Issue
Block a user