mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 16:53:50 +08:00
2011-02-26 Michael Snyder <msnyder@vmware.com>
* linux-low.c (list_threads): Call closedir for dirent.
This commit is contained in:
@ -4518,6 +4518,7 @@ list_threads (int pid, struct buffer *buffer, char **cores)
|
||||
}
|
||||
}
|
||||
}
|
||||
closedir (dir);
|
||||
}
|
||||
|
||||
if (cores)
|
||||
|
Reference in New Issue
Block a user