]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cdrom.cc
methods/mirrors.cc: make cycle through the mirrors work properly
[apt.git] / apt-pkg / cdrom.cc
index 96d4e9c91c2f95ef56a3a851e68a9dd7a1e51347..783ffc43069338c169a79654599378222409c970 100644 (file)
@@ -289,7 +289,8 @@ bool pkgCdrom::DropRepeats(vector<string> &List,const char *Name)
         List[J] = string();
       }
    }  
+   delete[] Inodes;
+
    // Wipe erased entries
    for (unsigned int I = 0; I < List.size();)
    {