]> git.tdb.fi Git - libs/game.git/commit
Use the aligned form of operator delete
authorMikko Rasa <tdb@tdb.fi>
Fri, 31 Jan 2025 21:00:34 +0000 (23:00 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 31 Jan 2025 21:02:19 +0000 (23:02 +0200)
commitaea25eecd2dfb645dd0c0de74dde2e38bdfc7f00
tree03f2bc8be71dd4f19c67687150a36c541ab60a99
parentf943109c46a32c0b4cd3138b39968dc00c1d287c
Use the aligned form of operator delete

By the language spec the form of new and delete must match
source/game/pool.cpp