Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
exa2pro
/
starpu-max
Seguir
19
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Properly free memory at the end of the test.
Cyril Roelandt
hace 13 años
padre
230c8f72bd
commit
4cdf0a494c
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
tests/datawizard/scratch.c
+ 1
- 0
tests/datawizard/scratch.c
Ver fichero
@@ -112,6 +112,7 @@ int main(int argc, char **argv)
}
}
+ free(A);
return ret;
enodev: