mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 15:27:53 +00:00
Make sure to decrease queued count if we discard the work.
This commit is contained in:
parent
967acd39bd
commit
720032dacd
2
main.c
2
main.c
@ -2378,6 +2378,7 @@ retry:
|
||||
goto retry;
|
||||
}
|
||||
|
||||
dec_queued();
|
||||
if (stale_work(work_heap)) {
|
||||
discard_work(work_heap);
|
||||
goto retry;
|
||||
@ -2387,7 +2388,6 @@ retry:
|
||||
/* If we make it here we have succeeded in getting fresh work */
|
||||
if (pool_tclear(pool, &pool->idle))
|
||||
pool_resus(pool);
|
||||
dec_queued();
|
||||
|
||||
memcpy(work, work_heap, sizeof(*work));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user