Zebediah Figura (@zfigura) commented about dlls/ntdll/threadpool.c:
TRACE( "%p %p %lu %lu\n", timer, timeout, period, window_length );
- /* If the timer has any pending callbacks, cancel them first. */
- tp_object_cancel( this );
Why do we need this?