From de9473ac156a8df6e44fa12164c3c727394c6aff Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 26 Aug 2007 15:17:52 +0000 Subject: Call 'super' method from #cleanup() in core modules too --- lib/rbot/core/utils/httputil.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rbot') diff --git a/lib/rbot/core/utils/httputil.rb b/lib/rbot/core/utils/httputil.rb index b1e5743c..7a18a4cd 100644 --- a/lib/rbot/core/utils/httputil.rb +++ b/lib/rbot/core/utils/httputil.rb @@ -276,6 +276,7 @@ class HttpUtil def cleanup debug 'stopping http cache cleanup timer' @bot.timer.remove(@timer) + super end # if http_proxy_include or http_proxy_exclude are set, then examine the -- cgit v1.2.3