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
..
2023-05-25 15:29:46 -05:00
2023-01-06 23:21:40 -06:00
2022-07-28 08:39:57 -05:00
2023-01-04 08:15:06 -06:00
2022-07-28 08:39:57 -05:00
2023-03-26 05:18:45 -07:00
2022-07-28 08:39:57 -05:00
2022-07-28 08:39:57 -05:00
2023-03-26 05:18:45 -07:00
2023-03-26 05:18:45 -07:00
2023-08-09 22:13:20 -07:00
2023-08-09 22:13:20 -07:00
2022-07-28 08:39:57 -05:00
2022-07-28 08:39:57 -05:00
2022-07-28 08:39:57 -05:00
2022-07-28 08:39:57 -05:00
2022-07-28 08:39:57 -05:00
2022-07-28 08:39:57 -05:00
2022-09-05 20:28:47 -07:00