Fixed|libcore: Fixed resource leaks
When creating an object in the_Foundation, it has a reference count of 1. tF::make_ref() takes ownership of that existing reference.
View differences
Fixed|libcore: Fixed resource leaks
When creating an object in the_Foundation, it has a reference count of 1. tF::make_ref() takes ownership of that existing reference.