diff -r ca310db386ed -r 4e6f5de766ff PluginManager/PluginManager.py --- a/PluginManager/PluginManager.py Fri Jan 01 12:13:13 2016 +0100 +++ b/PluginManager/PluginManager.py Fri Jan 01 12:14:06 2016 +0100 @@ -1148,6 +1148,7 @@ ).format(Preferences.getUI("PluginRepositoryUrl6"), reply.errorString()) ) + reply.deleteLater() return ioDevice = QFile(self.pluginRepositoryFile + ".tmp") @@ -1157,6 +1158,7 @@ if QFile.exists(self.pluginRepositoryFile): QFile.remove(self.pluginRepositoryFile) ioDevice.rename(self.pluginRepositoryFile) + reply.deleteLater() if os.path.exists(self.pluginRepositoryFile): f = QFile(self.pluginRepositoryFile)