mirror of
https://github.com/NixOS/nix.git
synced 2025-04-16 06:08:03 +00:00
Merge pull request #12737 from NixOS/mergify/bp/2.24-maintenance/pr-12736
`MonitorFdHup::~MonitorFdHup`: use proper close method instead of lib… (backport #12736)
This commit is contained in:
commit
5ce8d922fd
@ -122,7 +122,7 @@ public:
|
||||
|
||||
~MonitorFdHup()
|
||||
{
|
||||
close(notifyPipe.writeSide.get());
|
||||
notifyPipe.writeSide.close();
|
||||
thread.join();
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user