The IDisposable blinkTimer in MathKeyboard is not handled #178
Labels
Resolution/Implemented
The described enhancement or housekeeping work has been implemented.
Type/Housekeeping
This includes internal only changes.
In
MathKeyboard
,blinkTimer:Timers.Timer
is IDisposable.This IDisposability should propogate and make the MathKeyboard IDisposable.
Currently this is not handled, and the timer can keep running and keep alive everything it references, leading to memory leaks.
The text was updated successfully, but these errors were encountered: