summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/BackTrace.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/BackTrace.cc b/src/common/BackTrace.cc
index e8a7542d039..e6d1f74ac7c 100644
--- a/src/common/BackTrace.cc
+++ b/src/common/BackTrace.cc
@@ -43,7 +43,6 @@ void BackTrace::print(std::ostream& out)
function[sz-1] = 0;
}
out << " " << (i-skip+1) << ": (" << function << end << std::endl;
- free(foo);
//fprintf(out, " %s:%s\n", stack.strings[i], function);
} else {
// didn't find the mangled name, just print the whole line