Skip to content

Commit

Permalink
Fix build error in Nvmon perfworks
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Nov 15, 2024
1 parent a0dfeba commit b1e0751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/includes/nvmon_perfworks.h
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,7 @@ static int nvmon_perfworks_populateEvents_cuptiProfilerHost(NvmonDevice *dev) {
* appear to have an explicit free functions. */

deinit:
err = 0;
CUpti_Profiler_Host_Deinitialize_Params deinitParams = {
.structSize = CUpti_Profiler_Host_Deinitialize_Params_STRUCT_SIZE,
.pHostObject = hobj,
Expand Down

0 comments on commit b1e0751

Please sign in to comment.