Samuel Thibault %!s(int64=4) %!d(string=hai) anos
pai
achega
89e8647a72
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/microbenchs/bandwidth.c

+ 1 - 0
tests/microbenchs/bandwidth.c

@@ -337,6 +337,7 @@ int main(int argc, char **argv)
 
 	for (n = 0; n < total_ncpus; n++)
 		free(buffers[n]);
+	free(buffers);
 
 	return EXIT_SUCCESS;
 }