mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Made GCMarkMembers call unbound
This commit is contained in:
parent
def7990dbe
commit
d3e33365f0
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ namespace System
|
|||
public static mixin Mark<T>(T val) where T : struct
|
||||
{
|
||||
#if BF_ENABLE_REALTIME_LEAK_CHECK
|
||||
val.[Friend]GCMarkMembers();
|
||||
val.[Friend, Unbound]GCMarkMembers();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue