Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
exa2pro
/
starpu-max
Obserwuj
19
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
Properly free memory at the end of the test.
Cyril Roelandt
13 lat temu
rodzic
230c8f72bd
commit
4cdf0a494c
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
tests/datawizard/scratch.c
+ 1
- 0
tests/datawizard/scratch.c
Wyświetl plik
@@ -112,6 +112,7 @@ int main(int argc, char **argv)
}
}
+ free(A);
return ret;
enodev: