forked from OSchip/llvm-project
Try to fix uninitialized read reported by msan.
llvm-svn: 305528
This commit is contained in:
parent
d41a9c4e66
commit
948a596617
|
@ -95,5 +95,6 @@ int main(int argc, char **argv) {
|
|||
if (Res == 0)
|
||||
Out->keep();
|
||||
|
||||
Out->os().flush();
|
||||
return Res;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue