Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
Operating System: ReactOS
Platform: x86 Hardware
Description
Created an attachment (id=1883)
GetCPFileNameFromRegistry HeapFree patch
In the funktion GetCPFileNameFromRegistry is a memory leak.
HeapAlloc() without HeapFree()
The attached patch fix this problem.