Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aslobodaNV committed Nov 18, 2024
1 parent 1c1dfcc commit 599d27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/main/native/src/CuFileJni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class cufile_file {
cufile_file& operator=(cufile_file const&) = delete;

/** @brief Destroy the file wrapper by de-registering the cuFile handle and closing the file. */
~cufile_file()
~cufile_file() noexcept
{
cuFileHandleDeregister(cufile_handle_);
close(file_descriptor_);
Expand Down

0 comments on commit 599d27a

Please sign in to comment.