Commit f510cfb4 authored by Xian Li's avatar Xian Li Committed by antirez
Browse files

memtest: Add missing free()

Closes #1614
parent 7a2450a7
......@@ -237,6 +237,7 @@ void memtest_test(size_t megabytes, int passes) {
memtest_progress_end();
memtest_compare_times(m,bytes,pass,4);
}
free(m);
}
void memtest_non_destructive_invert(void *addr, size_t size) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment