Kawe Mazidjatari acc81bf014 Fix KeyValues memory leak
'MemAllocSingleton()->Free()' does not call the object's destructor. Ideally we override the default memalloc system with that of the engine, but unlike other Valve Source games, Apex Legends is monolithic and does not export 'MemAllocSingleton()' from tier0. We could manually patch the executable to 'export' this, might need a code cave as this function got inlined practically everywhere.., but even then, this results in a circular import as we import the gamesdk from the exe, which might just work, but Windows 7 is usually a lot less tolerant in approaches like these.

We should explore this in the future.
2022-11-24 01:53:45 +01:00
..
2022-07-08 00:55:01 +02:00
2022-11-14 21:00:41 +01:00
2022-11-23 12:18:33 +01:00
2022-11-10 15:32:56 +01:00
2022-11-02 00:28:41 +01:00
2022-11-14 21:00:41 +01:00
2022-11-23 16:54:10 +01:00
2022-11-03 02:23:00 +01:00
2022-11-14 21:00:41 +01:00
2022-11-24 01:53:45 +01:00
2022-10-21 22:02:23 +02:00
2022-08-14 15:19:03 +02:00
2022-02-22 15:19:32 +01:00
2022-04-16 00:30:46 +02:00
2021-04-13 04:45:22 -07:00
2022-02-22 15:20:08 +01:00