Skip to content

Commit

Permalink
Fixed rare exception on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Jun 23, 2017
1 parent 4ef182b commit 6ce077c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -749,4 +749,4 @@ public void AddOverlayForDuration(LightEvent overlay_event, int duration, bool i

public void Dispose()
{
updateTimer.Dispose(); } }}
updateTimer.Dispose(); updateTimer = null; } }}
Expand Down

0 comments on commit 6ce077c

Please sign in to comment.