git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
940e359
)
fix memleak
author
Andreas Monzner
<
[email protected]
>
Thu, 11 May 2006 12:06:04 +0000
(12:06 +0000)
committer
Andreas Monzner
<
[email protected]
>
Thu, 11 May 2006 12:06:04 +0000
(12:06 +0000)
lib/python/Components/GUIComponent.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/GUIComponent.py
b/lib/python/Components/GUIComponent.py
index afe95266aa8f9f5a20b887248df9ccc201b77656..c3edaa737241dbdb11a5623ad1ae5184bb2402e0 100644
(file)
--- a/
lib/python/Components/GUIComponent.py
+++ b/
lib/python/Components/GUIComponent.py
@@
-25,7
+25,7
@@
class GUIComponent(object):
pass
def destroy(self):
- pass
+ self.__dict__.clear()
# this works only with normal widgets - if you don't have self.instance, override this.
def applySkin(self, desktop):