Skip to content

Commit

Permalink
SKGLViewRenderer dispose corrections (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zbigniew Pytka authored and mattleibow committed Jan 10, 2020
1 parent 48c9d72 commit 54ec930
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -170,6 +170,8 @@ protected override void Dispose(bool disposing)
if (controller != null)
{
controller.SurfaceInvalidated -= OnSurfaceInvalidated;
controller.GetCanvasSize -= OnGetCanvasSize;
controller.GetGRContext -= OnGetGRContext;
}

var control = Control;

0 comments on commit 54ec930

Please sign in to comment.