Skip to content

Commit cc4e7ae

Browse files
Update CoreClr.cpp
1 parent 5832845 commit cc4e7ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/src/CoreClr.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,11 @@ void CoreClr::CreateAppDomain(alt::IServer* server, alt::IResource* resource, co
298298
this->PrintError(server, result);
299299
} else {
300300
server->LogInfo(alt::String("coreclr-module: Assembly executed"));
301-
char* x_str = new char[10];
301+
/*char* x_str = new char[10];
302302
sprintf(x_str, "exit code: %d", exitCode);
303303
server->LogInfo(
304304
alt::String(x_str));
305-
delete[] x_str;
305+
delete[] x_str;*/
306306
}
307307
}
308308
}

0 commit comments

Comments
 (0)