Skip to content

Commit 87448b0

Browse files
committed
fix
1 parent 7de78bf commit 87448b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent/lib_aws_sdk_php.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ void nr_aws_lambda_invoke(NR_EXECUTE_PROTO, nr_segment_cloud_attrs_t* cloud_attr
448448
return;
449449
}
450450
if (nr_strempty(accountID)) {
451+
nr_free(accountID);
451452
accountID = NRINI(aws_account_id);
452453
using_account_id_ini = true;
453454
}

0 commit comments

Comments
 (0)