Skip to content

Commit 143d657

Browse files
authored
Merge pull request #473 from ColinIanKing/master
Also fix dir leak on error return path
2 parents 74b3c63 + 8258cb2 commit 143d657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/thd_engine_adaptive.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ int cthd_engine_adaptive::set_int3400_base_path()
604604
int3400_base_path += entry->d_name;
605605
int3400_base_path += "/";
606606
thd_log_debug ("Discovered int3400 path:%s\n", int3400_base_path.c_str ());
607+
closedir(dir);
607608
return THD_SUCCESS;
608609
}
609610
}

0 commit comments

Comments
 (0)