mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 00:32:30 +08:00
2011-02-26 Michael Snyder <msnyder@vmware.com>
* linux-low.c (list_threads): Call closedir for dirent.
This commit is contained in:
@ -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>
|
2011-02-27 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
* i386-low.c (i386-length_and_rw_bits): Comment the fact that
|
* 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)
|
if (cores)
|
||||||
|
Reference in New Issue
Block a user