Fix a bug where a crvm dependency is freed if it only has classes

This commit is contained in:
2025-11-14 12:12:22 -06:00
parent 5a384ca015
commit 06e19150e8
5 changed files with 31 additions and 3 deletions

View File

@@ -1895,7 +1895,7 @@ class GC {
this->marked=true;
for(auto item : watch)
GC::Mark(item);
GC::Mark(this->tag);
GC::Mark(this->tag);
}
};