* thread-db.c (thread_db_free): Fix typo.
This commit is contained in:
parent
8f0ac70082
commit
75aa492e67
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
|
||||
|
||||
* thread-db.c (thread_db_free): Fix typo.
|
||||
|
||||
2009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||
|
||||
PR gdb/10838
|
||||
|
|
|
@ -779,7 +779,7 @@ thread_db_free (struct process_info *proc)
|
|||
|
||||
dlclose (thread_db->handle);
|
||||
#else
|
||||
td_thd_events_t events;
|
||||
td_thr_events_t events;
|
||||
|
||||
td_event_fillset (&events);
|
||||
td_ta_clear_event (thread_db->thread_agent, &events);
|
||||
|
|
Loading…
Add table
Reference in a new issue