mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-02-08 09:05:46 +00:00
Fix a bug where a crvm dependency is freed if it only has classes
This commit is contained in:
@@ -1895,7 +1895,7 @@ class GC {
|
||||
this->marked=true;
|
||||
for(auto item : watch)
|
||||
GC::Mark(item);
|
||||
GC::Mark(this->tag);
|
||||
GC::Mark(this->tag);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user