Skip to content

Commit fd5ef92

Browse files
committed
chore(agent): fix code
1 parent 2a8975e commit fd5ef92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/fw_cakephp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ NR_PHP_WRAPPER_END
274274
*/
275275
NR_PHP_WRAPPER(nr_cakephp_error_handler_wrapper) {
276276
zval* exception = NULL;
277-
char* request_uri = nr_strdup(nr_php_get_server_global("REQUEST_URI"));
277+
char* request_uri = nr_php_get_server_global("REQUEST_URI");
278278

279279
NR_UNUSED_SPECIALFN;
280280
(void)wraprec;

0 commit comments

Comments
 (0)