Commit 7ff636dc authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Poul-Henning Kamp

free array returned by backtrace_symbols(3)

parent c9705a90
......@@ -646,6 +646,7 @@ pan_backtrace(struct vsb *vsb)
VSB_printf(vsb, "%s", p);
}
VSB_printf (vsb, "\n");
free(strings);
}
VSB_indent(vsb, -2);
}
......
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