Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 448e39d

Browse files
nxtnjkotas
authored andcommitted
Remove dlclose call to unload CoreCLR (#23863)
1 parent 0d427ca commit 448e39d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -466,11 +466,6 @@ int ExecuteManagedAssembly(
466466
}
467467
}
468468
}
469-
470-
if (dlclose(coreclrLib) != 0)
471-
{
472-
fprintf(stderr, "Warning - dlclose failed\n");
473-
}
474469
}
475470
else
476471
{

0 commit comments

Comments
 (0)