Unverified Commit ac19803d authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #1571 from IIFE/filename-deadlock

fix deadlock on filename() call. Thanks @IIFE 
parents 0317731d 95485ee8
......@@ -155,7 +155,7 @@ private:
using details::os::filename_to_str;
using details::os::remove_if_exists;
filename_t current_file = filename();
filename_t current_file = file_helper_.filename();
if (filenames_q_.full())
{
auto old_filename = std::move(filenames_q_.front());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment