fix coverity error (#5831)

This commit is contained in:
Marc 2016-09-23 12:20:56 +02:00 committed by radare
parent 0c8556bb22
commit cecc994541

View File

@ -800,6 +800,7 @@ static void parse_class(RBinFile *binfile, RBinDexObj *bin, RBinDexClass *c, int
// TODO: parse debug info
if (r_buf_read_at (binfile->buf, binfile->buf->base + MC, ff2, 16) < 1) {
free (sym);
continue;
}
ut16 regsz = r_read_le16 (ff2);