Skip to content

Commit

Permalink
Fix #994 (#1000)
Browse files Browse the repository at this point in the history
Not quite sure what happened in #995
  • Loading branch information
mattleibow authored Nov 6, 2019
1 parent 5f35253 commit 29d87a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binding/Binding/SKRoundRect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ public bool TryTransform (SKMatrix matrix, out SKRoundRect transformed)
transformed = new SKRoundRect (destHandle, true);
return true;
}
SkiaApi.sk_rrect_delete (destHandle);
transformed = null;
return false;
}
Expand Down

0 comments on commit 29d87a1

Please sign in to comment.