mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
import gdb-1999-12-13 snapshot
This commit is contained in:
@ -1082,7 +1082,7 @@ handle_timer_event (int dummy)
|
||||
saved_timer = timer_ptr;
|
||||
timer_ptr = timer_ptr->next;
|
||||
/* Call the procedure associated with that timer. */
|
||||
(*saved_timer->proc) (timer_ptr->client_data);
|
||||
(*saved_timer->proc) (saved_timer->client_data);
|
||||
free (saved_timer);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user