Skip to content

Commit b6db0ec

Browse files
committed
Fix build error in Nvmon perfworks
1 parent c969559 commit b6db0ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/includes/nvmon_perfworks.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,6 +1308,7 @@ static int nvmon_perfworks_populateEvents_cuptiProfilerHost(NvmonDevice *dev) {
13081308
* appear to have an explicit free functions. */
13091309

13101310
deinit:
1311+
err = 0;
13111312
CUpti_Profiler_Host_Deinitialize_Params deinitParams = {
13121313
.structSize = CUpti_Profiler_Host_Deinitialize_Params_STRUCT_SIZE,
13131314
.pHostObject = hobj,

0 commit comments

Comments
 (0)