mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Another stab at cmickeyb's patch for script GC.
Moved the Close() for the appdomain-hosted parts into a new destructor on ScriptInstance.
This commit is contained in:
@@ -41,5 +41,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
Dictionary<string,Object> GetVars();
|
||||
void SetVars(Dictionary<string,Object> vars);
|
||||
void ResetVars();
|
||||
|
||||
void Close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user