[DatFile] Try to manage memory

This commit is contained in:
Matt Nadareski
2017-06-14 12:35:23 -07:00
parent 2b3b7097a1
commit b348cb5065

View File

@@ -250,6 +250,9 @@ namespace SabreTools.Library.Dats
{
intDat.WriteToFile(interOutDir);
}
// Due to possible memory requirements, each DAT, after written, will be nulled out
intDat = null;
});
}