ITADN

Close handle from FindFirstFile call

#504Pull Requestktakahashimtb 创建于 2025-09-17
K
ktakahashimtbcommented
The handle returned from a `FindFirstFile` call must be closed with `FindClose`; otherwise, it can result in a resource leak. This was overlooked in [my original PR](https://github.com/nih-at/libzip/pull/450).
合并状态:未合并 0 条评论