mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Revert the XEngine memleak patch, it causes premature GC.
This matches behavior seen with an earlier attempt to do this, apparently the sponsor mechanism does't work in Mono
This commit is contained in:
@@ -41,7 +41,5 @@ 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