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 8917c86 commit 537571bCopy full SHA for 537571b
src/python_be.cc
@@ -369,6 +369,7 @@ ModelInstanceState::SaveRequestsToSharedMemory(
369
auto error =
370
TRITONBACKEND_RequestCorrelationId(request, &correlation_id_uint);
371
if (error != nullptr) {
372
+ TRITONSERVER_ErrorDelete(error);
373
const char* correlation_id_string = "";
374
RETURN_IF_ERROR(TRITONBACKEND_RequestCorrelationIdString(
375
request, &correlation_id_string));
0 commit comments