reactos/base
Kyle Katarn 0461de33c5
[REGEDIT] Fix HeapFree() on the wrong variable (#2736)
- When exporting registry keys (to .reg files) some variables from the heap are not free'd while the debug log indicates "HEAP: Trying to free an invalid address".
- This is due to the export_registry_key() function that calls
HeapFree() for reg_key_name. But this variable is an argument provided by the caller, which is always a statically defined array of WCHAR.
- Meanwhile reg_key_name_buf is never free'd and cause a memory leak each time the function gets called.
2020-05-05 11:44:45 +03:00
..
applications [REGEDIT] Fix HeapFree() on the wrong variable (#2736) 2020-05-05 11:44:45 +03:00
services [SHSVCS] Don't call UnregisterWait from within the wait callback. 2020-04-22 12:37:26 +02:00
setup [WELCOME] pl-pl update (#2717) 2020-05-03 15:30:04 +02:00
shell [EXPLORER] Fix incorrect component position and size for French language (#2671) 2020-04-27 12:32:42 +02:00
system [SMSS] Fix build complaint. 2020-04-30 18:39:07 +02:00
CMakeLists.txt