mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
memory leaks
This commit is contained in:
parent
096a139769
commit
4a8f4b4c1c
@ -153,8 +153,8 @@ namespace
|
||||
NULL
|
||||
);
|
||||
if ( msgLen > 0 ) {
|
||||
#if defined( WIN32 ) && defined( UNICODE )
|
||||
error = Kernel_Utils::encode((wchar_t*)cstr);
|
||||
# if defined( UNICODE )
|
||||
error = Kernel_Utils::encode_s((wchar_t*)cstr);
|
||||
# else
|
||||
error = (char*)cstr;
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user