forked from Imagelibrary/binutils-gdb
pe_bfd_read_buildid memory leak
* peicode.h (pe_bfd_read_buildid): Free data.
This commit is contained in:
committed by
Alan Modra
parent
f096cbc296
commit
f5311f2509
@@ -1396,6 +1396,8 @@ pe_bfd_read_buildid (bfd *abfd)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
free (data);
|
||||
}
|
||||
|
||||
static const bfd_target *
|
||||
|
||||
Reference in New Issue
Block a user