Original Post
I'm having some trouble with asIScriptModule objects being destroyed while I'm still using them. I've been using module->GetEngine()->AddRef() and module->GetEngine()->Release() to use the ref counts on the engine, but with revisions 350 and 351 that doesn't seem to be adequate. Is there some way to keep asIScriptModule objects alive that I'm missing?