Call disposeInternal on the super

This commit is contained in:
Tim Schaub
2020-05-17 12:17:42 -06:00
parent 567d2be816
commit fc896eb8c7

View File

@@ -797,6 +797,7 @@ class RasterSource extends ImageSource {
if (this.processor_) {
this.processor_.dispose();
}
super.disposeInternal();
}
}