Closed some leaked closeable objects

This commit is contained in:
Prathamesh More 2022-04-13 11:50:16 +05:30
parent ee8deedd76
commit fc4f0396a4
2 changed files with 4 additions and 2 deletions

View file

@ -111,7 +111,9 @@ class BlurTransformation : BitmapTransformation {
script.forEach(output)
output.copyTo(out)
output.destroy()
script.destroy()
input.destroy()
rs.destroy()
return out