mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Explicitly clear items dictionary in Stats
This commit is contained in:
@@ -129,6 +129,9 @@ namespace SabreTools.DatTools
|
||||
totalStats.AddStatistics(datdata.Items);
|
||||
totalStats.GameCount += datdata.Items.Keys.Count();
|
||||
|
||||
// Clear out the item dictionary so it doesn't linger
|
||||
datdata.Items.Clear();
|
||||
|
||||
// Make sure to assign the new directory
|
||||
lastdir = thisdir;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user