Remove data member in partition structure
This commit is contained in:
parent
35b86ff407
commit
58548abbc3
8 changed files with 13 additions and 25 deletions
|
@ -342,7 +342,6 @@ grub_disk_close (grub_disk_t disk)
|
|||
while (disk->partition)
|
||||
{
|
||||
part = disk->partition->parent;
|
||||
grub_free (disk->partition->data);
|
||||
grub_free (disk->partition);
|
||||
disk->partition = part;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue