Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
exa2pro
/
starpu-max
Suivre
19
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
Properly free memory at the end of the test.
Cyril Roelandt
il y a 13 ans
Parent
230c8f72bd
commit
4cdf0a494c
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
tests/datawizard/scratch.c
+ 1
- 0
tests/datawizard/scratch.c
Voir le fichier
@@ -112,6 +112,7 @@ int main(int argc, char **argv)
}
}
+ free(A);
return ret;
enodev: