From f4f89cd0080e9ee8632b42a575393ce0b7dbb987 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 15 Oct 2012 11:36:41 +0200 Subject: apt/cache.py: add comment --- apt/cache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apt/cache.py b/apt/cache.py index beebde8a..9842cb2a 100644 --- a/apt/cache.py +++ b/apt/cache.py @@ -179,6 +179,7 @@ class Cache(object): def close(self): """ Close the package cache """ + # explicitely free the FDs that _records has open del self._records self._records = None -- cgit v1.2.3