From 82c16f5eb112549a73e06781a0afc39291d9897e Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 31 Jan 2024 21:43:32 -0600 Subject: [PATCH] branch2.cpp --- src/branch2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/branch2.cpp b/src/branch2.cpp index 33751098..28616210 100644 --- a/src/branch2.cpp +++ b/src/branch2.cpp @@ -29,5 +29,6 @@ Branch2::Branch2(toml::value const &v_) Branch2::~Branch2() { - + if(fd >= 0) + close(fd); }