Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Flush the queue one last time
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-m-cyr authored and chfast committed Apr 4, 2018
1 parent 178b57c commit 005f59f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libethash-cl/CLMiner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ void CLMiner::workLoop()
// it reads local variable.
m_queue.finish();
}
m_queue.finish();
}
catch (cl::Error const& _e)
{
Expand Down

0 comments on commit 005f59f

Please sign in to comment.