Browse Source

Free hashfast structures allocated on driver shutdown.

nfactor-troky
Con Kolivas 11 years ago
parent
commit
ad8e0f13ea
  1. 4
      driver-hashfast.c

4
driver-hashfast.c

@ -859,6 +859,10 @@ static void hfa_shutdown(struct thr_info *thr) @@ -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 = {

Loading…
Cancel
Save