Vortex 2.0 changes:
+ Microarchitecture optimizations + 64-bit support + Xilinx FPGA support + LLVM-16 support + Refactoring and quality control fixes
This commit is contained in:
@@ -331,7 +331,9 @@ int setup(int argc, char **argv) {
|
||||
}
|
||||
}
|
||||
|
||||
/* free up memory */
|
||||
/* free up memory */
|
||||
free(cluster_centres[0]);
|
||||
free(cluster_centres);
|
||||
free(features[0]);
|
||||
free(features);
|
||||
return (0);
|
||||
|
||||
Reference in New Issue
Block a user