We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a712e commit ec6773bCopy full SHA for ec6773b
1 file changed
benchmark/black_scholes/main.cpp
@@ -93,6 +93,7 @@ int main (int argc, char *argv[]) {
93
assert(std::fabs(seq_prices[i] - prices[i]) < 0.01);
94
}
95
std::cout << "Results are consistent with the sequential version\n";
96
+ free(seq_prices);
97
98
99
#ifdef ERR_CHK
0 commit comments