commit | 6c5a08899ad1cd8f6956e6c6ebe6250f5c391bd8 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Wed Aug 21 11:14:17 2019 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Aug 27 10:34:54 2019 -0400 |
tree | 81c77515aca0754f78ef3bb366eaf0e229ecf190 | |
parent | 792d6fc19ad6741bc2936d38c784a8ef5d679243 [diff] |
posix: fs: ZFD_IOCTL_CLOSE: Be sure to call posix_fs_free_obj() To make sure that entry in fs.c:desc_array[] is freed. Note that freeing an entry in fdtable is handled by generic implementation of close(). Fixes: #17231 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>