mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
fixes stack memleaks (#18395)
* fixes stack memleaks * . * more * . * . * urg * urg * . * . * . * . * . * . * . * . * . * . * cklear laws * Update vending.dm --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
d638564b3b
commit
84abdbaede
@@ -27,7 +27,7 @@
|
||||
if(ability_master)
|
||||
QDEL_NULL(ability_master)
|
||||
|
||||
if(vore_organs)
|
||||
if(LAZYLEN(vore_organs))
|
||||
QDEL_NULL_LIST(vore_organs)
|
||||
if(vorePanel)
|
||||
QDEL_NULL(vorePanel)
|
||||
|
||||
Reference in New Issue
Block a user