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 a7ec6a7 commit 0b89d30Copy full SHA for 0b89d30
compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
@@ -1037,7 +1037,7 @@ ThreadLister::Result ThreadLister::ListThreads(
1037
Report("Can't open %s for reading.\n", task_path_.data());
1038
return Error;
1039
}
1040
- auto acts_cleanup = at_scope_exit([&] { internal_close(descriptor); });
+ auto cleanup = at_scope_exit([&] { internal_close(descriptor); });
1041
threads->clear();
1042
1043
Result result = Ok;
0 commit comments