1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 15:27:53 +00:00

Decrease the queued count with stratum work once it's staged as well.

This commit is contained in:
Con Kolivas 2012-10-01 23:19:34 +10:00
parent 601d1aca97
commit 2ccb6d78ca

View File

@ -2583,6 +2583,7 @@ static void *get_work_thread(void *userdata)
kill_work(); kill_work();
free(ret_work); free(ret_work);
} }
dec_queued(pool);
goto out; goto out;
} }