Merge "ast_bt_get_symbols: Prevent double-free."

changes/05/6805/1
Jenkins2 8 years ago committed by Gerrit Code Review
commit e08ac95e49

@ -172,6 +172,7 @@ char **__ast_bt_get_symbols(void **addresses, size_t num_frames)
if (bfdobj) {
bfd_close(bfdobj);
ast_std_free(syms);
syms = NULL;
}
/* Default output, if we cannot find the information within BFD */

Loading…
Cancel
Save