1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 04:54:26 +00:00

Minor fixes.

This commit is contained in:
ckolivas 2011-06-28 11:18:26 +10:00 committed by Con Kolivas
parent 6c6bb02b90
commit e1d01d0635

View File

@ -665,6 +665,7 @@ err_out:
workio_cmd_free(wc);
out:
free(sd);
return NULL;
}
static bool submit_work_async(struct thr_info *thr, const struct work *work_in)
@ -888,6 +889,7 @@ static void *gpuminer_thread(void *userdata)
uint32_t res[128], blank_res[128];
cl_kernel *kernel;
memset(res, 0, BUFFERSIZE);
memset(blank_res, 0, BUFFERSIZE);
size_t globalThreads[1];