Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Apr 16, 2024
1 parent b2f5fa2 commit 93fdf2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/script_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ static const char* resolve_extension(const char* resolved_path) {
delete[] resolved_path;
return resolved_path_ext;
}
delete[] resolved_path_ext;
return resolved_path;
}

Expand Down

0 comments on commit 93fdf2c

Please sign in to comment.