mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Make sure memory will be freed on delete of DIB section
svn path=/trunk/; revision=17725
This commit is contained in:
@@ -923,6 +923,7 @@ DIB_CreateDIBSection(
|
||||
return NULL;
|
||||
}
|
||||
bmp->dib = (DIBSECTION *) dib;
|
||||
bmp->flFlags = BITMAPOBJ_IS_APIBITMAP;
|
||||
|
||||
/* WINE NOTE: WINE makes use of a colormap, which is a color translation table between the DIB and the X physical
|
||||
device. Obviously, this is left out of the ReactOS implementation. Instead, we call
|
||||
|
||||
Reference in New Issue
Block a user