unlink some cyclic dependencys to get garbage collection working
[enigma2.git] / lib / python / Screens / PluginBrowser.py
index fbbc128dd42dd89b0131e7432cf1a26a1c67ec6c..3b4ff116c98f5be68ecf6d2ada13cc900c861abb 100644 (file)
@@ -141,8 +141,10 @@ class PluginDownloadBrowser(Screen):
                
        def installFinished(self):
                plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
+               self.container.appClosed.get().remove(self.runFinished)
+               self.container.dataAvail.get().remove(self.dataAvail)
                self.close()
-               
+
        def runFinished(self, retval):
                self.remainingdata = ""
                if self.run == 0: