diff --git a/runtime/src/CoreClr.cpp b/runtime/src/CoreClr.cpp index fa4f5aeadf..73ff5ee5c8 100644 --- a/runtime/src/CoreClr.cpp +++ b/runtime/src/CoreClr.cpp @@ -298,11 +298,11 @@ void CoreClr::CreateAppDomain(alt::IServer* server, alt::IResource* resource, co this->PrintError(server, result); } else { server->LogInfo(alt::String("coreclr-module: Assembly executed")); - char* x_str = new char[10]; + /*char* x_str = new char[10]; sprintf(x_str, "exit code: %d", exitCode); server->LogInfo( alt::String(x_str)); - delete[] x_str; + delete[] x_str;*/ } } }