Try to fix uninitialized read reported by msan.

llvm-svn: 305528
This commit is contained in:
Zachary Turner 2017-06-15 23:44:19 +00:00
parent d41a9c4e66
commit 948a596617
1 changed files with 1 additions and 0 deletions

View File

@ -95,5 +95,6 @@ int main(int argc, char **argv) {
if (Res == 0)
Out->keep();
Out->os().flush();
return Res;
}