Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
exa2pro
/
starpu-max
Watch
19
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Properly free memory at the end of the test.
Cyril Roelandt
13 years ago
parent
230c8f72bd
commit
4cdf0a494c
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
tests/datawizard/scratch.c
+ 1
- 0
tests/datawizard/scratch.c
View File
@@ -112,6 +112,7 @@ int main(int argc, char **argv)
}
}
+ free(A);
return ret;
enodev: