Fix build after last commit (#16076)

This commit is contained in:
Riccardo Schirone 2020-02-29 01:49:55 +01:00 committed by GitHub
parent 5b8366441d
commit ed8c0291e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;