Bugzilla – Bug 568
Timer's default destroy policy not set
Last modified: 2009-05-19 09:41:22 EDT
You need to log in before you can comment on or make changes to this bug.
Created an attachment (id=440) [details] patch The default destroy policy of a Timer constructed with the default constructor, does not set the destroy policy to CHECK_ON_DESTROY as stated in the documentation. Because of this, during destruction, it is not checked whether the event is still active (scheduled), which can cause illegal memory access when the event is executed later.
changeset: b1e16a025279