Skip to content

Commit 3313690

Browse files
Adjust variable name
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c05fa83 commit 3313690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/SkiaSharp.Views.Uno/SkiaSharp.Views.Uno.WinUI.Skia/SKXamlCanvas.Skia.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ private void FreePixels()
129129
}
130130
}
131131

132-
private void FreeBitmap() => _bitmap = null;
132+
private void FreeBitmap() => bitmap = null;
133133
}
134134
}

0 commit comments

Comments
 (0)