We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c969559 commit b6db0ecCopy full SHA for b6db0ec
src/includes/nvmon_perfworks.h
@@ -1308,6 +1308,7 @@ static int nvmon_perfworks_populateEvents_cuptiProfilerHost(NvmonDevice *dev) {
1308
* appear to have an explicit free functions. */
1309
1310
deinit:
1311
+ err = 0;
1312
CUpti_Profiler_Host_Deinitialize_Params deinitParams = {
1313
.structSize = CUpti_Profiler_Host_Deinitialize_Params_STRUCT_SIZE,
1314
.pHostObject = hobj,
0 commit comments