Alexander 'z33ky' Hirsch 80f19601ee "Fix" ScriptVariant_t::Free()
Type FIELD_HSCRIPT is removed, it never sets SV_FREE.

All dynamic memory is now free`d via free(). For strdup(), this would be
the conformant way in standard C++. It matters not in Source, since both
use the same global allocator of the engine, but it is tidier.
Vector and QAngle are now allocated via malloc() instead of new to
provide symmetry.
2024-11-15 15:38:08 +01:00
..
2014-05-15 13:59:18 -07:00
2024-11-15 15:38:08 +01:00