[PATCH 0/1] MR9734: ntdll: Fix memory leak in reparse code path.
9 Dec
2025
9 Dec
'25
5:35 a.m.
9 Dec
9 Dec
5:35 a.m.
New subject: [PATCH 1/1] ntdll: Fix memory leak in reparse code path.
From: Daniel Lehman <dlehman25@gmail.com> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59110 --- dlls/ntdll/unix/file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/ntdll/unix/file.c b/dlls/ntdll/unix/file.c index fdc0c32fc4f..0c4843d0614 100644 --- a/dlls/ntdll/unix/file.c +++ b/dlls/ntdll/unix/file.c @@ -3630,6 +3630,7 @@ static NTSTATUS lookup_unix_name( int root_fd, OBJECT_ATTRIBUTES *attr, UNICODE_ return status; } } + free( reparse_name ); } /* if this is the last element, not finding it is not necessarily fatal */ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9734
6
Age (days ago)
6
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Lehman -
Daniel Lehman (@dlehman25)