Files
wwdpublic/Content.Client/UserInterface/Systems/Inventory/Controls
Pieter-Jan Briers 9d800dcc5c Remove bogus C# finalizers (#28315)
Begging people to learn how this programming language works before throwing random syntax into a file.

None of these finalizers ever worked. I also checked whether they were memory leaks and needed *proper* shutdown logic, but they're all instantiated-once UI controls that last for the entire lifetime of the program so it's probably fine.

(cherry picked from commit cf8fcb170a185c06c966c1a1dcf7eec7ada52745)
2025-09-20 20:32:15 +03:00
..