Skip to content

Commit

Permalink
Fix execution of script algorithms was not releasing layers/sinks
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 6, 2017
1 parent f828995 commit 6654aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/script/ScriptAlgorithm.py
Expand Up @@ -256,6 +256,7 @@ def processAlgorithm(self, context, feedback):
self.results = {}
for out in self.outputDefinitions():
self.results[out.name()] = self.ns[out.name()]
del self.ns
return True

def postProcessAlgorithm(self, context, feedback):
Expand Down

0 comments on commit 6654aec

Please sign in to comment.