Skip to content
Permalink
Browse files
Merge 10.5 into 10.6
  • Loading branch information
dr-m committed Dec 15, 2022
2 parents 4ca5a0e + 92ff7bb commit 4f68302
Showing 1 changed file with 3 additions and 2 deletions.
@@ -1603,9 +1603,10 @@ template<bool have_reference> inline void fil_space_t::flush()
}
else if (have_reference)
flush_low();
else if (!(acquire_low() & STOPPING))
else
{
flush_low();
if (!(acquire_low() & (STOPPING | CLOSING)))
flush_low();
release();
}
}

0 comments on commit 4f68302

Please sign in to comment.