We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d059d1c commit dc5fa2cCopy full SHA for dc5fa2c
agent/fw_yii.c
@@ -76,8 +76,9 @@ NR_PHP_WRAPPER(nr_yii1_runWithParams_wrapper) {
76
NR_NOT_OK_TO_OVERWRITE);
77
}
78
79
+ nr_php_zval_free(&idz);
80
-
81
+ nr_php_zval_free(&classz);
82
end:
83
NR_PHP_WRAPPER_CALL;
84
@@ -143,7 +144,7 @@ NR_PHP_WRAPPER(nr_yii2_runWithParams_wrapper) {
143
144
145
146
147
+ nr_php_zval_free(&unique_idz);
148
149
150
0 commit comments