Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
exa2pro
/
starpu-max
Segui
19
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Properly free memory at the end of the test.
Cyril Roelandt
13 anni fa
parent
230c8f72bd
commit
4cdf0a494c
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
tests/datawizard/scratch.c
+ 1
- 0
tests/datawizard/scratch.c
Vedi File
@@ -112,6 +112,7 @@ int main(int argc, char **argv)
}
}
+ free(A);
return ret;
enodev: