From fa89cf0047117339465be3fecefd15e8bc050b9f Mon Sep 17 00:00:00 2001 From: TimePath Date: Tue, 10 Apr 2018 20:01:11 +1000 Subject: [PATCH] Properly name the ENT_CLIENT_ITEM_simple shutdown hook --- qcsrc/common/t_items.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/t_items.qc b/qcsrc/common/t_items.qc index 92e0eef417..956b1cbe07 100644 --- a/qcsrc/common/t_items.qc +++ b/qcsrc/common/t_items.qc @@ -156,7 +156,7 @@ STATIC_INIT(ENT_CLIENT_ITEM_simple) { HM_NEW(ENT_CLIENT_ITEM_simple); } -SHUTDOWN(CTX_cache) +SHUTDOWN(ENT_CLIENT_ITEM_simple) { HM_DELETE(ENT_CLIENT_ITEM_simple); } -- 2.39.2