Commit d4bb8ab8 authored by Leif Walsh's avatar Leif Walsh

Merge branch 'errcall-backtrace'

parents 17940a93 7cab0731
......@@ -143,7 +143,7 @@ void db_env_do_backtrace_errfunc(toku_env_err_func errfunc, const void *env) {
for (char **symstr = syms; symstr != NULL && (symstr - syms) < n; ++symstr) {
errfunc(env, 0, *symstr);
}
//free(syms);
free(syms);
}
#endif
......
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