-
Bug
-
Resolution: Fixed
-
P4
-
11, 12
-
None
-
b23
-
generic
-
windows
When FormatMessageA is used with flag FORMAT_MESSAGE_ALLOCATE_BUFFER
specified, the allocated buffer has to be freed after usage with LocalFree.
See the documentation of FormatMessage :
https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-winbase-formatmessage
This is not always done.
specified, the allocated buffer has to be freed after usage with LocalFree.
See the documentation of FormatMessage :
https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-winbase-formatmessage
This is not always done.