From d739c5809256dcacb2f7e739a06e8f4107f7e20c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 17 Jun 2011 20:25:48 +0200 Subject: fixed last commit --- module/network/HTTPDownload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/network') diff --git a/module/network/HTTPDownload.py b/module/network/HTTPDownload.py index 603fea7a8..0f06dcd6f 100644 --- a/module/network/HTTPDownload.py +++ b/module/network/HTTPDownload.py @@ -248,8 +248,8 @@ class HTTPDownload(): def close(self): """ cleanup """ for chunk in self.chunks: - chunk.close() self.m.remove_handle(chunk.c) + chunk.close() self.chunks = [] if hasattr(self, "m"): -- cgit v1.2.3