]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cdrom.cc
merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),
[apt.git] / apt-pkg / cdrom.cc
index 83165c6c012966646188793c4abd7a1d14d3e1b1..93deb49c48086794d3c0b829d4bafc3c80521ce1 100644 (file)
@@ -281,7 +281,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();)
    {