-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Regarding this line:
EveryFileExplorer/3DS/GPU/Textures.cs
Line 473 in f9f00d1
| BitmapData d = Picture.LockBits(new Rectangle(0, 0, Picture.Width, Picture.Height), System.Drawing.Imaging.ImageLockMode.ReadOnly, System.Drawing.Imaging.PixelFormat.Format32bppArgb); |
There's no corresponding UnlockBits call. Picture.UnlockBits(d); needs to be added before line 591, or else a memory leak or access violation could occur.
Metadata
Metadata
Assignees
Labels
No labels