550.40.07

This commit is contained in:
Bernhard Stoeckner
2024-01-24 17:51:53 +01:00
parent bb2dac1f20
commit 91676d6628
1411 changed files with 261367 additions and 145959 deletions

View File

@@ -244,6 +244,9 @@ NV_STATUS __uvm_push_begin_acquire_with_info(uvm_channel_manager_t *manager,
status = push_begin_acquire_with_info(channel, tracker, push, filename, function, line, format, args);
va_end(args);
if (status != NV_OK)
uvm_channel_release(channel, 1);
return status;
}
@@ -267,6 +270,9 @@ NV_STATUS __uvm_push_begin_acquire_on_channel_with_info(uvm_channel_t *channel,
status = push_begin_acquire_with_info(channel, tracker, push, filename, function, line, format, args);
va_end(args);
if (status != NV_OK)
uvm_channel_release(channel, 1);
return status;
}