Browse Source

Merge commit 'd8d0942' into bfgminer

Luke Dashjr 13 years ago
parent
commit
de8d928348
1 changed files with 2 additions and 0 deletions
  1. 2 0
      driver-bitforce.c

+ 2 - 0
driver-bitforce.c

@@ -1153,6 +1153,8 @@ static bool bitforce_thread_init(struct thr_info *thr)
 	
 	bitforce = thr->cgpu;
 
+	free(initdata);
+
 	/* Pause each new thread at least 100ms between initialising
 	 * so the devices aren't making calls all at the same time. */
 	wait = thr->id * MAX_START_DELAY_MS;