Closed iwanovich closed 6 years ago
Pointers should be removed since timer_entry is eligible for cleanup.
Stopping a timer_entry results in putting it on the cleanup list. The elements in the cleanup list might be free'd, therefor pointers to the timer_entry must be removed.
Signed-off-by: Iwan G. Flameling iwanovich@gmail.com
If you want to go this path, then there are many more places where the same pattern needs to be fixed. So this patch is incomplete
I pushed a commit fixing all
Pointers should be removed since timer_entry is eligible for cleanup.
Stopping a timer_entry results in putting it on the cleanup list. The elements in the cleanup list might be free'd, therefor pointers to the timer_entry must be removed.
Signed-off-by: Iwan G. Flameling iwanovich@gmail.com