Subversion Repositories freemyipod

Rev

Rev 813 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 813 Rev 814
Line 1066... Line 1066...
1066
                        free(ata_bbt);
1066
                        free(ata_bbt);
1067
                        ata_virtual_sectors = ata_total_sectors;
1067
                        ata_virtual_sectors = ata_total_sectors;
1068
                        break;
1068
                        break;
1069
                    }
1069
                    }
1070
                }
1070
                }
1071
                if (ata_bbt) reownalloc(ata_bbt, NULL);
1071
                if (ata_bbt) reownalloc(ata_bbt, KERNEL_OWNER(KERNEL_OWNER_ATA_BBT));
1072
            }
1072
            }
1073
        }
1073
        }
1074
        else ata_virtual_sectors = ata_total_sectors;
1074
        else ata_virtual_sectors = ata_total_sectors;
1075
        free(buf);
1075
        free(buf);
1076
    }
1076
    }