Commit c2445dfd authored by Rich Prohaska's avatar Rich Prohaska

#224 fix memory leak in ft/ft-serialize-benchmark test

parent d4d25b41
......@@ -282,6 +282,7 @@ test_serialize_leaf(int valsize, int nelts, double entropy, int ser_runs, int de
toku_blocktable_destroy(&ft_h->blocktable);
toku_free(ft_h->h);
toku_free(ft_h);
toku_free(ft);
r = close(fd); assert(r != -1);
}
......
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