void asCScriptEngine::CallFree(void *obj) const
It's trying to free something that's already freed (feeefeee).
Short callstack (I hope it will help):
asCScriptEngine::CallFree(void * obj=0x0ed5a350) Line 3317 + 0xc bytes C++ asCContext::CleanStackFrame() Line 3860 C++ asCContext::CleanStack() Line 3602 C++ asCContext::Unprepare() Line 400 C++ asCContext::DetachEngine() Line 210 + 0xf bytes C++ asCContext::~asCContext() Line 182 C++ asCContext::`scalar deleting destructor'() + 0x2b bytes C++ asCContext::Release() Line 195 + 0x1a bytes C++
My AngelScript version:
#define ANGELSCRIPT_VERSION 22201 #define ANGELSCRIPT_VERSION_STRING "2.22.1 WIP"
Thanks in advance!






