Security Audit 5.4: Issue Garbage Collect after loading persistence.
This commit is contained in:
@@ -325,6 +325,10 @@ namespace sscs.lss
|
||||
{
|
||||
CSSSLogger.ExpLog(e.ToString());
|
||||
}
|
||||
|
||||
// collect now to remove old data from memory
|
||||
GC.Collect();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user