Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
exa2pro
/
starpu-max
Tarkkaile
19
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
Properly free memory at the end of the test.
Cyril Roelandt
13 vuotta sitten
vanhempi
230c8f72bd
commit
4cdf0a494c
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
tests/datawizard/scratch.c
+ 1
- 0
tests/datawizard/scratch.c
Näytä tiedosto
@@ -112,6 +112,7 @@ int main(int argc, char **argv)
}
}
+ free(A);
return ret;
enodev: