mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 21:50:01 +08:00
branch2.cpp
This commit is contained in:
parent
2f78a3c1b0
commit
82c16f5eb1
|
@ -29,5 +29,6 @@ Branch2::Branch2(toml::value const &v_)
|
||||||
|
|
||||||
Branch2::~Branch2()
|
Branch2::~Branch2()
|
||||||
{
|
{
|
||||||
|
if(fd >= 0)
|
||||||
|
close(fd);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user