mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +00:00
- Fix memory leak from r42218 ;0)
svn path=/trunk/; revision=42221
This commit is contained in:
parent
1093de04f2
commit
31015fdb85
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue