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 dd275a5 commit 9ff1d0fCopy full SHA for 9ff1d0f
src/DMD.cpp
@@ -1491,6 +1491,7 @@ void DMD::DumpDMDTxtThread()
1491
{
1492
if (f)
1493
1494
+ fflush(f);
1495
fclose(f);
1496
f = nullptr;
1497
}
@@ -1628,6 +1629,7 @@ void DMD::DumpDMDRawThread()
1628
1629
1630
1631
1632
1633
1634
1635
0 commit comments