memory leaks

This commit is contained in:
eap 2021-08-19 16:23:54 +03:00
parent 096a139769
commit 4a8f4b4c1c

View File

@ -153,8 +153,8 @@ namespace
NULL NULL
); );
if ( msgLen > 0 ) { if ( msgLen > 0 ) {
#if defined( WIN32 ) && defined( UNICODE ) # if defined( UNICODE )
error = Kernel_Utils::encode((wchar_t*)cstr); error = Kernel_Utils::encode_s((wchar_t*)cstr);
# else # else
error = (char*)cstr; error = (char*)cstr;
# endif # endif