mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
d635ce0cc0
## Purpose [SYSDM] - When closing System Properties page, log show (win32ss/user/ntuser/windc.c:749) err: [00060138] GetDC() without ReleaseDC()! because GetDC() is called (multiple times) without properly calling ReleaseDC() as required in order to release a device context. - This module also lacks some error management in case null DC are provided (on error). - LiveCD Userinit, based on SYSDM is affected too. [DESK] - Fix missing ReleaseDC related to the spectrum (color depth) ## Proposed changes - ReleaseDC() added. - Error management in case of null DC. - Overall alignement of LiveCD Userinit and SYSDM. |
||
---|---|---|
.. | ||
lang | ||
resources | ||
advanced.c | ||
CMakeLists.txt | ||
environment.c | ||
general.c | ||
hardprof.c | ||
hardware.c | ||
licence.c | ||
precomp.h | ||
resource.h | ||
smbios.c | ||
startrec.c | ||
sysdm.c | ||
sysdm.rc | ||
sysdm.spec | ||
userprofile.c | ||
virtmem.c |