Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 11, 12
-
Fix Version/s: 12
-
Component/s: client-libs
-
Labels:None
-
Subcomponent:
-
Resolved In Build:b23
-
CPU:generic
-
OS:windows
Description
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.