mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:12:56 +08:00
ensure dispose realmSubscription
This commit is contained in:
parent
87aa191c12
commit
fd1fce486a
@ -154,5 +154,11 @@ namespace osu.Game.Database
|
||||
realmSubscription?.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
realmSubscription?.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user