mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
several changes to usermanagement and profiles
This commit is contained in:
@@ -72,6 +72,8 @@ namespace OpenSim.Capabilities.Handlers
|
||||
{
|
||||
OSDArray foldersrequested = null;
|
||||
OSD tmp = OSDParser.DeserializeLLSDXml(httpRequest.InputStream);
|
||||
httpRequest.InputStream.Dispose();
|
||||
|
||||
OSDMap map = (OSDMap)tmp;
|
||||
if(map.TryGetValue("folders", out tmp) && tmp is OSDArray)
|
||||
foldersrequested = tmp as OSDArray;
|
||||
@@ -111,7 +113,8 @@ namespace OpenSim.Capabilities.Handlers
|
||||
}
|
||||
}
|
||||
foldersrequested = null;
|
||||
tmp = null;
|
||||
map.Clear();
|
||||
map = null;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user