mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Try to manage memory
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user