diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/netlink/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/netlink/core.py b/python/netlink/core.py index 05420ef..3298e2c 100644 --- a/python/netlink/core.py +++ b/python/netlink/core.py @@ -441,7 +441,7 @@ class Cache(object): self.arg1 = None self.arg2 = None - def __del(self): + def __del__(self): capi.nl_cache_free(self._nl_cache) def __len__(self): |