Skip to content

Commit 78e29e4

Browse files
authored
Update ImageUtil.cs
1 parent 36db14b commit 78e29e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ArcSoftFace/ArcSoftFace/Utils/ImageUtil.cs

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public static ImageInfo ReadBMP(Image image)
6565
finally
6666
{
6767
bm.UnlockBits(data);
68+
bm.Dispose();
6869
}
6970

7071
return null;

0 commit comments

Comments
 (0)