We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36db14b commit 78e29e4Copy full SHA for 78e29e4
ArcSoftFace/ArcSoftFace/Utils/ImageUtil.cs
@@ -65,6 +65,7 @@ public static ImageInfo ReadBMP(Image image)
65
finally
66
{
67
bm.UnlockBits(data);
68
+ bm.Dispose();
69
}
70
71
return null;
0 commit comments