reactos/base/applications/regedit
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
..
clb [TRANSLATION] Add and update Indonesian translations (#2506) 2020-04-09 18:49:45 +02:00
lang [REGEDIT] Improve Russian translation 2020-04-21 02:30:21 +03:00
res [REGEDIT] Improve arrow button visual (#2133) 2019-12-07 10:09:44 +09:00
about.c [MSPAINT] Shorten the license string that is displayed in ShellAbout() dialog. CORE-12356 2020-01-24 23:40:32 +01:00
childwnd.c [REGEDIT] Fix tree view popup menu issues 2020-04-19 15:14:44 +02:00
CMakeLists.txt
edit.c
error.c
find.c
framewnd.c [REGEDIT] Fix tree view popup menu issues 2020-04-19 15:14:44 +02:00
hexedit.c
hexedit.h
listview.c [REGEDIT] Adjust ListView column widths (#1663) 2019-06-17 10:04:45 +09:00
main.c [REGEDIT] Set background brush to child window (#1122) 2018-12-13 20:00:27 +09:00
main.h [REGEDIT] Add a special popup menu for the tree view root item 2020-04-18 08:53:17 +02:00
regedit.c
regedit.h
regedit.rc [REGEDIT] Improve arrow button visual (#2133) 2019-12-07 10:09:44 +09:00
regproc.c [REGEDIT] Fix HeapFree() on the wrong variable (#2736) 2020-05-05 11:44:45 +03:00
regproc.h
resource.h [REGEDIT] Improve arrow button visual (#2133) 2019-12-07 10:09:44 +09:00
security.c
security.h
settings.c
treeview.c