Skip to content

Commit ddde482

Browse files
nit
1 parent 5535abb commit ddde482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/core/providers/nv_tensorrt_rtx/nv_execution_provider_custom_ops.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ void ReleaseTensorRTCustomOpDomain(OrtCustomOpDomain* domain) {
158158
(void)domain; // Suppress unused parameter warning
159159
// The custom ops (TensorRTCustomOp) and domain (OrtCustomOpDomain) are marked as static
160160
// with unique_ptr at the time of creation in CreateTensorRTCustomOpDomainList() function.
161-
// Deleting them here can cause double-delete.
161+
// Deleting them here can risk double-delete.
162162
}
163163

164164
void ReleaseTensorRTCustomOpDomainList(std::vector<OrtCustomOpDomain*>& custom_op_domain_list) {

0 commit comments

Comments
 (0)