DarkflameServer/dCommon/dClient
David Markowitz a8820c14f2
AssetManager: Match allocators (#1205)
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.
2023-09-30 18:48:12 -05:00
..
AssetManager.cpp Resolve most compiler warnings (#1053) 2023-04-12 11:48:20 -05:00
AssetManager.h AssetManager: Match allocators (#1205) 2023-09-30 18:48:12 -05:00
CMakeLists.txt Add support for packed clients (#802) 2022-11-01 13:21:26 -05:00
Pack.cpp Resolve most compiler warnings (#1053) 2023-04-12 11:48:20 -05:00
Pack.h Add support for packed clients (#802) 2022-11-01 13:21:26 -05:00
PackIndex.cpp Fix client paths (#811) 2022-11-02 20:30:35 -07:00
PackIndex.h Add support for packed clients (#802) 2022-11-01 13:21:26 -05:00