Commit f17970b7 authored by Leif Walsh's avatar Leif Walsh

Merge branch 'errcall-backtrace'

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