Skip to content

Commit

Permalink
fix memleak
Browse files Browse the repository at this point in the history
  • Loading branch information
lavarou committed Sep 13, 2024
1 parent 2d9d10b commit 060303e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/lib_composer.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ static int nr_execute_handle_autoload_composer_init(const char* vendor_path) {
nrl_verbosedebug(NRL_INSTRUMENT,
"%s: zend_eval_string(%s) failed, result=%d", __func__,
code, result);
nr_free(code);
return NR_FAILURE;
}

Expand Down

0 comments on commit 060303e

Please sign in to comment.