2011-02-26 Michael Snyder <msnyder@vmware.com>

* linux-low.c (list_threads): Call closedir for dirent.
This commit is contained in:
Michael Snyder 2011-02-27 21:41:26 +00:00
parent 2a589cef79
commit 69d371133c
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -4518,6 +4518,7 @@ list_threads (int pid, struct buffer *buffer, char **cores)
}
}
}
closedir (dir);
}
if (cores)