sourcemod/core/vm
Borja Ferrer 6e78ac6302 fixed several memory leaks
fixed plugin listeners being removed before a OnPluginUnloaded Call_AskPluginLoad
removed some virtuality
all cached ptrs using the Stack system are freed now

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40647
2007-03-17 00:55:46 +00:00
..
sp_vm_basecontext.cpp IPluginFunction implementation is re-entrant across native calls, as heap allocations are delayed until execution 2007-03-10 21:02:40 +00:00
sp_vm_basecontext.h fixed several memory leaks 2007-03-17 00:55:46 +00:00
sp_vm_engine.cpp added ThrowError() a la amxmodx's abort() 2007-03-02 19:10:44 +00:00
sp_vm_engine.h fixed several memory leaks 2007-03-17 00:55:46 +00:00
sp_vm_function.cpp Dear me, I should have committed this long ago... 2007-03-16 06:54:24 +00:00
sp_vm_function.h IPluginFunction implementation is re-entrant across native calls, as heap allocations are delayed until execution 2007-03-10 21:02:40 +00:00