Skip to content

Commit

Permalink
Merge pull request #473 from ColinIanKing/master
Browse files Browse the repository at this point in the history
Also fix dir leak on error return path
  • Loading branch information
spandruvada authored Feb 11, 2025
2 parents 74b3c63 + 8258cb2 commit 143d657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/thd_engine_adaptive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ int cthd_engine_adaptive::set_int3400_base_path()
int3400_base_path += entry->d_name;
int3400_base_path += "/";
thd_log_debug ("Discovered int3400 path:%s\n", int3400_base_path.c_str ());
closedir(dir);
return THD_SUCCESS;
}
}
Expand Down

0 comments on commit 143d657

Please sign in to comment.