~ubuntu-branches/ubuntu/lucid/apt/lucid-updates-201009161715

« back to all changes in this revision

Viewing changes to apt-pkg/cdrom.cc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt, David Kalnischkies
  • Date: 2010-03-26 16:57:49 UTC
  • Revision ID: james.westby@ubuntu.com-20100326165749-9152o6wfai702ey2
Tags: 0.7.25.3ubuntu4
[ David Kalnischkies ]
* apt-pkg/deb/debversion.cc:
  - consider absent of debian revision equivalent to 0 (Closes: #573592)
    LP: #540228
* cmdline/apt-get.cc, apt-pkg/cdrom.cc:
 - fix memory leaks in error conditions in DoSource()
* apt-pkg/deb/dpkgpm.cc:
 - fix error message construction in OpenLog()

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
         List[J] = string();
290
290
      }
291
291
   }  
292
 
 
 
292
   delete[] Inodes;
 
293
 
293
294
   // Wipe erased entries
294
295
   for (unsigned int I = 0; I < List.size();)
295
296
   {