mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-05-05 11:09:29 -05:00
a8820c14f2
Currently on line 116 of AssetManager.cpp, we have the following `*data = (char*)malloc(*len);` however on line 45 of AssetManager.h we have `delete m_Base;` which is not the same allocator as we used to allocate the memory. This PR matches the malloc and free to be the correct calls.
1.7 KiB
1.7 KiB