PluginManager/PluginRepositoryDialog.py

changeset 4626
c891c7ad6b60
parent 4021
195a471c327b
child 4629
99aaac59be4f
child 4633
4e6f5de766ff
--- a/PluginManager/PluginRepositoryDialog.py	Sun Dec 27 13:14:00 2015 +0100
+++ b/PluginManager/PluginRepositoryDialog.py	Sun Dec 27 13:26:12 2015 +0100
@@ -453,6 +453,7 @@
                         len(self.__selectedItems()))
                     self.__downloadInstallButton.setEnabled(
                         len(self.__selectedItems()))
+            reply.deleteLater()
             return
         
         self.__downloadIODevice.open(QIODevice.WriteOnly)
@@ -463,6 +464,7 @@
         self.__downloadIODevice.rename(self.__downloadFileName)
         self.__downloadIODevice = None
         self.__downloadURL = None
+        reply.deleteLater()
         
         if self.__doneMethod is not None:
             self.__doneMethod(ok, self.__downloadFileName)

eric ide

mercurial