Merge "ast_bt_get_symbols: Prevent double-free." into 13

changes/07/6807/1
Jenkins2 9 years ago committed by Gerrit Code Review
commit ce0ef34020

@ -173,6 +173,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