mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
If entry->ops->close_p() fails, do not decrement s_open_count to prevent FD count corruption. Return early with the error code instead.
If entry->ops->close_p() fails, do not decrement s_open_count to prevent FD count corruption. Return early with the error code instead.