Fix build after last commit (#16076)
This commit is contained in:
parent
5b8366441d
commit
ed8c0291e2
|
@ -2539,7 +2539,7 @@ static int bin_sections(RCore *r, int mode, ut64 laddr, int va, ut64 at, const c
|
|||
int cols = r_cons_get_size (NULL);
|
||||
RList *list = r_list_newf ((RListFree) r_listinfo_free);
|
||||
if (!list) {
|
||||
free (hashtypes)
|
||||
free (hashtypes);
|
||||
return false;
|
||||
}
|
||||
RBinSection *s;
|
||||
|
|
Loading…
Reference in New Issue