Fix a leak I caused in the libcorkscrew test program.
Change-Id: Iecbe006721d462694d48f32bca1606443b9c9714
This commit is contained in:
parent
cdc6d77beb
commit
6b659aec2e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ void do_backtrace() {
|
|||
} else {
|
||||
fprintf(stderr, " %s (\?\?\?)\n", line);
|
||||
}
|
||||
free(symbols);
|
||||
free_symbol_table(symbols);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue