mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
0461de33c5
- 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. |
||
---|---|---|
.. | ||
clb | ||
lang | ||
res | ||
about.c | ||
childwnd.c | ||
CMakeLists.txt | ||
edit.c | ||
error.c | ||
find.c | ||
framewnd.c | ||
hexedit.c | ||
hexedit.h | ||
listview.c | ||
main.c | ||
main.h | ||
regedit.c | ||
regedit.h | ||
regedit.rc | ||
regproc.c | ||
regproc.h | ||
resource.h | ||
security.c | ||
security.h | ||
settings.c | ||
treeview.c |