eclipse-rap / org.eclipse.rap

Eclipse RAP Runtime (Remote Application Platform)
https://www.eclipse.org/rap/
Eclipse Public License 1.0
17 stars 19 forks source link

Fix a memory leak when disposing the timer with not executed tasks #171

Closed ifurnadjiev closed 6 months ago

ifurnadjiev commented 6 months ago

To fix the issue cancel all not executed tasks during the TimerExecScheduler dispose.

Fix: #146