diff options
author | Julian Andres Klode <jak@debian.org> | 2009-06-12 19:07:40 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2009-06-12 19:07:40 +0200 |
commit | 8aea8c3f51ce84ed8d6d89682c0a989ac99c4796 (patch) | |
tree | dd355c80d8395b8a46adbaf0802eafe9bbbadf2c /debian | |
parent | 81e9789b12374073e848c73c79e235f82c14df44 (diff) |
apt-pkg/contrib/configuration.cc: Fix a small memory leak in
ReadConfigFile.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7947918a4..ea935f144 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,10 @@ apt (0.7.22) UNRELEASED; urgency=low * [ABI break] support '#' in apt.conf and /etc/apt/preferences (closes: #189866) + [ Julian Andres Klode ] + * apt-pkg/contrib/configuration.cc: Fix a small memory leak in + ReadConfigFile. + -- Christian Perrier <bubulle@debian.org> Wed, 22 Apr 2009 10:13:54 +0200 apt (0.7.21) unstable; urgency=low |