We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74b3c63 + 8258cb2 commit 143d657Copy full SHA for 143d657
src/thd_engine_adaptive.cpp
@@ -604,6 +604,7 @@ int cthd_engine_adaptive::set_int3400_base_path()
604
int3400_base_path += entry->d_name;
605
int3400_base_path += "/";
606
thd_log_debug ("Discovered int3400 path:%s\n", int3400_base_path.c_str ());
607
+ closedir(dir);
608
return THD_SUCCESS;
609
}
610
0 commit comments