Skip to content

Commit

Permalink
feat: add more codes for standalone testing
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn committed Oct 2, 2024
1 parent 882f1c4 commit 9c5bc6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/ten_runtime/common/base_dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ void ten_find_base_dir(ten_string_t *start_path, const char *type,
if (ten_string_is_equal(parent_path, next_parent)) {
// No more parent folders.
ten_string_destroy(parent_path);
ten_string_destroy(next_parent);
return;
}

Expand Down

0 comments on commit 9c5bc6d

Please sign in to comment.