Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MANUAL MIRROR] Fix some reference leaks (#18818)
* Fix some reference leaks (#72669) For some reason, this repo doesn't have a problem with these references, but the downstream I work on catches these on the new 515 alternative GC test 100% of the time, despite us having not modifying these types. Go figure. Removed the tank var from the mister as it's basically unused except to leak a reference. Garbage collector happy Not player-facing Co-authored-by: Jeremiah <[email protected]> * Fixes the compile issue --------- Co-authored-by: Tastyfish <[email protected]> Co-authored-by: Jeremiah <[email protected]> Co-authored-by: GoldenAlpharex <[email protected]>
- Loading branch information