| 5377 | |
| 5378 | |
| 5379 | VOID CALLBACK DerefTimeout(HWND hWnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime) |
| 5380 | { |
| 5381 | Line::FreeDerefBufIfLarge(); // It will also kill the timer, if appropriate. |
| 5382 | } |
| 5383 | |
| 5384 | |
| 5385 |
nothing calls this directly
no outgoing calls
no test coverage detected