mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +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
@@ -915,7 +915,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
|
||||
finally
|
||||
{
|
||||
if (os != null)
|
||||
os.Close();
|
||||
os.Dispose();
|
||||
}
|
||||
|
||||
string response_mapItems_reply = null;
|
||||
|
||||
Reference in New Issue
Block a user