diff --git a/src/xenia/base/filesystem_posix.cc b/src/xenia/base/filesystem_posix.cc index 2e9ddb2c5..2fb75c5bf 100644 --- a/src/xenia/base/filesystem_posix.cc +++ b/src/xenia/base/filesystem_posix.cc @@ -234,7 +234,7 @@ std::vector ListFiles(const std::filesystem::path& path) { } result.push_back(info); } - + closedir(dir); return result; }