Properly delete tgui alert buttons (#22402)

Co-authored-by: Werner <Arrow768@users.noreply.github.com>
This commit is contained in:
Arrow768
2026-05-09 08:44:07 +00:00
committed by GitHub
co-authored by Werner
parent 1c52c376e5
commit cb84b4953b
2 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
/datum/tgui_alert/Destroy(force, ...)
SStgui.close_uis(src)
QDEL_NULL(buttons)
QDEL_LIST(buttons)
return ..()
/**