1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-11 13:11:02 +00:00

Free hashfast structures allocated on driver shutdown.

This commit is contained in:
Con Kolivas 2013-10-21 12:25:15 +11:00
parent 6493b976d3
commit ad8e0f13ea

View File

@ -859,6 +859,10 @@ static void hfa_shutdown(struct thr_info *thr)
hfa_free_all_work(info);
hfa_clear_readbuf(hashfast);
usb_buffer_disable(hashfast);
free(info->works);
free(info->die_statistics);
free(info->die_status);
free(info);
}
struct device_drv hashfast_drv = {