Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Call toolbox.deleteLater to avoid slot calls after unload
  • Loading branch information
arnaud-morvan committed Feb 21, 2018
1 parent 3718d4e commit 5af792c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/ProcessingPlugin.py
Expand Up @@ -253,6 +253,7 @@ def unload(self):
self.resultsDock.setVisible(False)
self.iface.removeDockWidget(self.resultsDock)

self.toolbox.deleteLater()
self.menu.deleteLater()

# delete temporary output files
Expand Down

0 comments on commit 5af792c

Please sign in to comment.