• Jinoh Kang's avatar
    gdiplus: Avoid recursively locking image in GdipImageRotateFlip. · d6b43211
    Jinoh Kang authored
    GdipImageRotateFlip() calls GdipBitmapLockBits() while holding the image
    lock, resulting in a recursive lock.
    
    Since GdipImageRotateFlip() uses GdipBitmapLockBits() only to obtain
    Scan0 and Stride, replace them with equivalent fields from GpBitmap
    itself.
    d6b43211
image.c 181 KB