We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675fe7b commit 97e8332Copy full SHA for 97e8332
agent/lib_composer.c
@@ -73,6 +73,7 @@ static int nr_execute_handle_autoload_composer_init(const char* vendor_path) {
73
nrl_verbosedebug(NRL_INSTRUMENT,
74
"%s: zend_eval_string(%s) failed, result=%d", __func__,
75
code, result);
76
+ nr_free(code);
77
return NR_FAILURE;
78
}
79
0 commit comments