Commit a7e52e21 authored by Leif Walsh's avatar Leif Walsh

fix accidental comment Tokutek/mongo#1028

parent 511f572b
......@@ -148,7 +148,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