Browse Source

Merge commit '8f3d4f3' into bfgminer

Luke Dashjr 12 years ago
parent
commit
60cab5a8c3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libztex.c

+ 1 - 0
libztex.c

@@ -285,6 +285,7 @@ static enum check_result libztex_checkDevice(struct libusb_device *dev)
 	ret = CHECK_RESCAN;
 
 done:
+	free(fw_buf);
 	if (fp)
 		fclose(fp);
 	if (hndl)