Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
free filename to prevent memleak
  • Loading branch information
bduranleau-nr committed Apr 3, 2025
commit 2ec581b279d93d3307eaee54bbae0d98f3b19e1d
1 change: 1 addition & 0 deletions axiom/util_health.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ char* nrh_get_health_filepath(char* filedir) {

filepath = nr_formatf("%s/%s", filedir, filename);

nr_free(filename);
return filepath;
}

Expand Down
Loading