diff options
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 7eec2cf..41c1701 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -884,6 +884,7 @@ handle_unload_dll (void *dummy) if (so->next->lm_info->load_addr == lpBaseOfDll) { struct so_list *sodel = so->next; + so->next = sodel->next; if (!so->next) solib_end = so; |