mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-09 20:21:01 +00:00
Avalon doesn't like losing its device data even after it's been unplugged.
This commit is contained in:
parent
31bbaa1491
commit
82a97a04f5
@ -1611,8 +1611,6 @@ static void avalon_shutdown(struct thr_info *thr)
|
||||
mutex_destroy(&info->lock);
|
||||
free(avalon->works);
|
||||
avalon->works = NULL;
|
||||
free(avalon->device_data);
|
||||
avalon->device_data = NULL;
|
||||
}
|
||||
|
||||
static char *avalon_set_device(struct cgpu_info *avalon, char *option, char *setting, char *replybuf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user