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 d5a62b7 commit 7133e30Copy full SHA for 7133e30
compiler-rt/lib/lsan/lsan_common.cpp
@@ -759,7 +759,7 @@ static bool PrintResults(LeakReport &report) {
759
760
static bool CheckForLeaks() {
761
if (&__lsan_is_turned_off && __lsan_is_turned_off()) {
762
- VReport(1, "LeakSanitizer is disabled");
+ VReport(1, "LeakSanitizer is disabled\n");
763
return false;
764
}
765
VReport(1, "LeakSanitizer: checking for leaks");
0 commit comments