Browse Source

Windows autodetect: clear detectone meta info

Luke Dashjr 12 years ago
parent
commit
099082cddf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fpgautils.c

+ 1 - 0
fpgautils.c

@@ -533,6 +533,7 @@ out:
 	if (detectone(devpath))
 		++*foundp;
 	
+	clear_detectone_meta_info();
 	free(manuf);
 	goto out;
 }