* thread-db.c (thread_db_free): Fix typo.

This commit is contained in:
Maxim Kuvyrkov 2009-11-12 15:33:50 +00:00
parent 8f0ac70082
commit 75aa492e67
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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);