Weakref cleanup (#19382)

* oh god help

* fixes

* oops

* container runtime

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Will
2026-04-21 04:57:02 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 47a0e04bae
commit fb4cf2e80a
34 changed files with 107 additions and 9 deletions
@@ -114,6 +114,7 @@
SSradio.remove_object(src, frequency)
for (var/ch_name in channels)
SSradio.remove_object(src, GLOB.radiochannels[ch_name])
bs_tx_weakref = null
return ..()
/obj/item/radio/proc/recalculateChannels()
@@ -24,6 +24,7 @@
qdel(radio)
camera = null
radio = null
showing = null
. = ..()
/obj/item/tvcamera/examine()