mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-02-13 07:18:50 +03:00
Fixes leaks. Also safeguards against deallocated pointers by doing g_TokenProcessor.SetBuffer(NULL) after parsing is done - an access at NULL should be easier to debug than at some random address, potentially just reading in garbage data.