## Priority Low ## Issue `Display.Init()` recreates I2C/LCD without disposing previous instances. ## Why it's not "low-hanging" Called from the constructor and also from `DisplayUpdater` on exception. The second call leaks the first set of handles.
Priority
Low
Issue
Display.Init()recreates I2C/LCD without disposing previous instances.Why it's not "low-hanging"
Called from the constructor and also from
DisplayUpdateron exception. The second call leaks the first set of handles.