Please enable JavaScript in your browser!
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
exa2pro
/
starpu-max
Pridať medzi pozorované
19
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Prechádzať zdrojové kódy
Properly free memory at the end of the test.
Cyril Roelandt
13 rokov pred
rodič
230c8f72bd
commit
4cdf0a494c
1 zmenil súbory
, kde vykonal
1 pridanie
a
0 odobranie
Rozdelené zobrazenie
Ukázať štatistiku rozdielnych dát
1
0
tests/datawizard/scratch.c
+ 1
- 0
tests/datawizard/scratch.c
Zobraziť súbor
@@ -112,6 +112,7 @@ int main(int argc, char **argv)
}
}
+ free(A);
return ret;
enodev: