mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 14:46:09 +00:00
Add Handles::clear() and run it on exit
This commit is contained in:
@@ -39,7 +39,6 @@ struct MappingObject : ObjectBase {
|
||||
};
|
||||
|
||||
MappingObject::~MappingObject() {
|
||||
std::lock_guard lk(m);
|
||||
if (fd != -1) {
|
||||
close(fd);
|
||||
fd = -1;
|
||||
|
||||
Reference in New Issue
Block a user