unsubscribe the change even in picker renderer dispose

This commit is contained in:
Eric Sink 2018-03-18 21:35:41 -05:00
parent f0180b7246
commit e60756be83
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ namespace Ooui.Forms.Renderers
if (disposing && !_disposed)
{
_select.Change -= _select_Change;
_disposed = true;
}
}