mirror of
https://github.com/opensim/opensim.git
synced 2026-06-02 08:35:35 +08:00
Fixing LLClientView memory leak by disposing of all timers utilized in LLClientView as they contain references to the callback method. This required the use of the Terminate and Close infrastructure that was already in place but was not being utilized.