Browse Source

Merge commit 'f28d7d7' into bfgminer

Luke Dashjr 13 years ago
parent
commit
a76b9deaef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      findnonce.c

+ 1 - 0
findnonce.c

@@ -167,6 +167,7 @@ static void *postcalc_hash(void *userdata)
 		submit_nonce(thr, &pcd->work, nonce);
 	}
 
+	clean_work(&pcd->work);
 	free(pcd);
 
 	return NULL;