mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fix memory leak from r42218 ;0)
svn path=/trunk/; revision=42221
This commit is contained in:
@@ -90,6 +90,8 @@ VOID VideoFadeIn(PPALETTE_ENTRY Palette, ULONG ColorCount)
|
||||
MachVideoSetPaletteColor(Color, PaletteColors[Color].Red, PaletteColors[Color].Green, PaletteColors[Color].Blue);
|
||||
}
|
||||
}
|
||||
|
||||
MmHeapFree(PaletteColors);
|
||||
}
|
||||
|
||||
VOID VideoFadeOut(ULONG ColorCount)
|
||||
|
||||
Reference in New Issue
Block a user