fix memory leak

svn path=/trunk/boinc/; revision=22022
This commit is contained in:
Tuan Le 2010-07-21 18:28:58 +00:00
parent 9fc06ef7cf
commit 812ce585a8
1 changed files with 1 additions and 0 deletions

View File

@ -315,6 +315,7 @@ void generate_random_input_file(int n) {
}
}
fclose(infile);
free(h_idata);
}
/*