Merge pull request #11051 from tschaub/dispose

Clear event listeners when disposing a raster source.
This commit is contained in:
Tim Schaub
2020-05-17 12:43:29 -06:00
committed by GitHub

View File

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