Don't allocate relocator twice when loading aout
This commit is contained in:
parent
197eb519e5
commit
c6785a2380
1 changed files with 0 additions and 4 deletions
|
@ -1129,10 +1129,6 @@ grub_bsd_load_aout (grub_file_t file)
|
|||
else
|
||||
bss_size = 0;
|
||||
|
||||
relocator = grub_relocator_new ();
|
||||
if (!relocator)
|
||||
return grub_errno;
|
||||
|
||||
{
|
||||
grub_relocator_chunk_t ch;
|
||||
|
||||
|
|
Loading…
Reference in a new issue