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