Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
exa2pro
/
starpu-max
Observar
19
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
Properly free memory at the end of the test.
Cyril Roelandt
13 anos atrás
pai
230c8f72bd
commit
4cdf0a494c
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
0
tests/datawizard/scratch.c
+ 1
- 0
tests/datawizard/scratch.c
Ver arquivo
@@ -112,6 +112,7 @@ int main(int argc, char **argv)
}
}
+ free(A);
return ret;
enodev: