[Fix] Repair a memory leak in #summonitem (#4591)

This commit is contained in:
Mitch Freeman
2025-01-08 00:50:34 -04:00
committed by GitHub
parent 03b30d5c7a
commit 533dc997fd
+2
View File
@@ -132,4 +132,6 @@ void command_summonitem(Client *c, const Seperator *sep)
item_link
).c_str()
);
safe_delete(new_item);
}