Skip to content
Snippets Groups Projects
Commit 73e64e24 authored by Per Hedbor's avatar Per Hedbor
Browse files

Ignore errors in close when destroying the object.

parent 31dbd21c
No related branches found
No related tags found
No related merge requests found
...@@ -1259,7 +1259,7 @@ protected void destroy() ...@@ -1259,7 +1259,7 @@ protected void destroy()
} }
async_id = 0; async_id = 0;
close(); catch(close());
} }
//! Close all associated file descriptors. //! Close all associated file descriptors.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment