Merge pull request #8937 from ppy/dependabot/nuget/Microsoft.CodeAnalysis.FxCopAnalyzers-3.0.0

Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 2.9.8 to 3.0.0
This commit is contained in:
Dan Balasescu
2020-05-04 21:42:29 +09:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@ -91,6 +91,8 @@ namespace osu.Game.Overlays.SearchableList
protected override void Dispose(bool isDisposing)
{
base.Dispose(isDisposing);
bindable.ValueChanged -= Bindable_ValueChanged;
}
}