1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
wine/programs/regedit
Alex Henrie 3d383c468b regedit: Fix memory leak on error path in RenameKey (scan-build).
parentPath is allocated before parentKey.
2023-06-29 13:57:39 +02:00
..
tests regedit/tests: Enable compilation with long types. 2022-02-03 17:19:41 +01:00
about.c regedit: Replace the COUNT_OF macro with ARRAY_SIZE. 2018-05-21 16:22:34 +02:00
bin.ico
childwnd.c regedit: Use the default WM_PAINT implementation for REGEDIT window. 2023-01-06 10:41:21 +01:00
computer.ico
edit.c regedit: Fix memory leak on error path in RenameKey (scan-build). 2023-06-29 13:57:39 +02:00
folder.ico
folderopen.ico
framewnd.c regedit: Append '.reg' file extension if necessary. 2023-03-09 18:12:49 +01:00
hexedit.c regedit: Replace heap_x*() functions with malloc(), realloc() and free(). 2022-07-07 19:11:38 +02:00
listview.c regedit: Clip siblings when drawing list and tree views. 2023-01-06 10:41:21 +01:00
main.c regedit: Use the default WM_PAINT implementation for REGEDIT window. 2023-01-06 10:41:21 +01:00
main.h regedit: Replace heap_x*() functions with malloc(), realloc() and free(). 2022-07-07 19:11:38 +02:00
Makefile.in regedit: Add a direct import for shcore. 2022-09-30 18:34:22 +02:00
regedit.c regedit: Replace heap_x*() functions with malloc(), realloc() and free(). 2022-07-07 19:11:38 +02:00
regedit.ico
regedit.man.in regedit: Move WineHQ URLs to https. 2017-12-01 10:05:25 +01:00
regedit.manifest regedit: Add system DPI awareness settings to the application manifest. 2021-09-07 10:16:56 +02:00
regedit.rc regedit: Add support for REG_QWORD type. 2022-06-24 10:41:27 +02:00
regedit.svg
regproc.c regedit: Allow export_key() to return TRUE. 2023-03-09 18:12:47 +01:00
resource.h regedit: Add support for REG_QWORD type. 2022-06-24 10:41:27 +02:00
string.ico
treeview.c regedit: Use nameless unions/structs. 2023-06-16 17:58:16 +02:00