POLARIS: Lazily clear these lists

This commit is contained in:
Arokha Sieyes
2018-01-18 13:51:31 -05:00
parent 7cbe96e959
commit 0b9150652a
@@ -57,11 +57,11 @@
for(var/organ in organs)
qdel(organ)
list_layers.Cut()
LAZYCLEARLIST(list_layers)
list_layers = null //Be free!
list_body.Cut()
LAZYCLEARLIST(list_body)
list_body = null
list_huds.Cut()
LAZYCLEARLIST(list_huds)
list_huds = null
return ..()