mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-23 14:28:07 +00:00
Fix returning imports table ##bin
This commit is contained in:
parent
daf0c06d81
commit
4de824fb89
@ -302,7 +302,7 @@ static RList *get_imports(RBinFile *bf) {
|
||||
r_list_append (ret, ptr);
|
||||
}
|
||||
}
|
||||
|
||||
return ret;
|
||||
bad_alloc:
|
||||
r_list_free (ret);
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user