-
Notifications
You must be signed in to change notification settings - Fork 26
Code issues #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You are right, I'll fix this to return the
This is correct as well. I'll probably just add a static dictionary of |
Use a dictionary to hold the reference is enough, and it should be cleared after calling CloseAppDomain. |
Fixed by #7. |
clr-loader/netfx_loader/ClrLoader.cs
Line 32 in e512c7a
It's not necessary to use
pinned
, there nowhere used its original structure.clr-loader/netfx_loader/ClrLoader.cs
Line 66 in e512c7a
deleg
is a local variable, once the method returned, it might be collected by GC, after that, the pinter is a dangling one.The text was updated successfully, but these errors were encountered: