aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/EventInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Sources/EventInfo.py')
-rw-r--r--lib/python/Components/Sources/EventInfo.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/python/Components/Sources/EventInfo.py b/lib/python/Components/Sources/EventInfo.py
index f3fd6e88..5af0bf97 100644
--- a/lib/python/Components/Sources/EventInfo.py
+++ b/lib/python/Components/Sources/EventInfo.py
@@ -35,3 +35,8 @@ class EventInfo(PerServiceBase, Source, object):
self.changed((self.CHANGED_CLEAR,))
else:
self.changed((self.CHANGED_ALL,))
+
+ def destroy(self):
+ PerServiceBase.destroy(self)
+ Source.destroy(self)
+