Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
exa2pro
/
starpu-max
Seguir
19
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Properly free memory at the end of the test.
Cyril Roelandt
%!s(int64=13) %!d(string=hai) anos
pai
230c8f72bd
achega
4cdf0a494c
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
tests/datawizard/scratch.c
+ 1
- 0
tests/datawizard/scratch.c
Ver ficheiro
@@ -112,6 +112,7 @@ int main(int argc, char **argv)
}
}
+ free(A);
return ret;
enodev: