8000 Tags · gibson/mangos-tbc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: gibson/mangos-tbc

Tags

latest

Toggle latest's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix a handful of memory leaks in Playerbot, leaking spells.

Note that the non-throwing versions of operator new should never return
nullptr (they throw an exception, typically std::bad_alloc) so we don't
have to check for that.
0