mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
some changes on Dispose
This commit is contained in:
@@ -727,7 +727,7 @@ namespace OSHttpServer
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
|
||||
public void Dispose(bool disposing)
|
||||
protected void Dispose(bool disposing)
|
||||
{
|
||||
if (contextID >= 0)
|
||||
{
|
||||
|
||||
@@ -242,7 +242,7 @@ namespace OSHttpServer
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
|
||||
public void Dispose(bool disposing)
|
||||
protected void Dispose(bool disposing)
|
||||
{
|
||||
if (m_shutdownEvent != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user