mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
some changes on Dispose
This commit is contained in:
@@ -88,7 +88,7 @@ namespace OpenSim.Framework
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
|
||||
public void Dispose(bool disposing)
|
||||
protected void Dispose(bool disposing)
|
||||
{
|
||||
if (m_rwLock != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user