mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 07:05:46 +08:00
Make sure Web streams are disposed after use
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
1380b37d71
commit
b8e22f02e7
@@ -301,7 +301,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.RegionReady
|
||||
finally
|
||||
{
|
||||
if (os != null)
|
||||
os.Close();
|
||||
os.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user