workaround potencial memory leak

LSLKeyTest
UbitUmarov 2016-08-22 06:23:55 +01:00
parent 27dcb01b2e
commit 4f4227d5bb
1 changed files with 2 additions and 0 deletions

View File

@ -1193,6 +1193,8 @@ namespace OpenSim.Region.CoreModules.World.Archiver
}
ControlFileLoaded = true;
if(xtr != null)
xtr.Close();
return dearchivedScenes;
}