From 005f59f47444bb22155d53cfd2fa72e8cd8e5e33 Mon Sep 17 00:00:00 2001 From: Jean Cyr Date: Sat, 24 Mar 2018 08:32:06 -0400 Subject: [PATCH] Flush the queue one last time --- libethash-cl/CLMiner.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libethash-cl/CLMiner.cpp b/libethash-cl/CLMiner.cpp index c3159604f1..647ad86088 100644 --- a/libethash-cl/CLMiner.cpp +++ b/libethash-cl/CLMiner.cpp @@ -382,6 +382,7 @@ void CLMiner::workLoop() // it reads local variable. m_queue.finish(); } + m_queue.finish(); } catch (cl::Error const& _e) {