import gdb-1999-12-13 snapshot
This commit is contained in:
parent
a3a8c91d41
commit
c4093a6ab3
63 changed files with 1167 additions and 391 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue