mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-04 16:18:18 +00:00
2011-02-26 Michael Snyder <msnyder@vmware.com>
* linux-low.c (list_threads): Call closedir for dirent.
This commit is contained in:
parent
2a589cef79
commit
69d371133c
@ -1,3 +1,7 @@
|
||||
2011-02-26 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* linux-low.c (list_threads): Call closedir for dirent.
|
||||
|
||||
2011-02-27 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* i386-low.c (i386-length_and_rw_bits): Comment the fact that
|
||||
|
@ -4518,6 +4518,7 @@ list_threads (int pid, struct buffer *buffer, char **cores)
|
||||
}
|
||||
}
|
||||
}
|
||||
closedir (dir);
|
||||
}
|
||||
|
||||
if (cores)
|
||||
|
Loading…
x
Reference in New Issue
Block a user