Security Audit 5.4: Issue Garbage Collect after loading persistence.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Wed Apr 26 10:55:20 MST 2006 - jnorman@novell.com | ||||||
|  | - Security Audit 5.4: Issue Garbage Collect after loading persistence. | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Wed Apr 26 10:26:20 MST 2006 - jnorman@novell.com | Wed Apr 26 10:26:20 MST 2006 - jnorman@novell.com | ||||||
| - Security Audit 5.5:  Check length of message to be within range. | - Security Audit 5.5:  Check length of message to be within range. | ||||||
|   | |||||||
| @@ -325,6 +325,10 @@ namespace sscs.lss | |||||||
|             { |             { | ||||||
|                 CSSSLogger.ExpLog(e.ToString()); |                 CSSSLogger.ExpLog(e.ToString()); | ||||||
|             } |             } | ||||||
|  |  | ||||||
|  | 			// collect now to remove old data from memory | ||||||
|  | 			GC.Collect(); | ||||||
|  |  | ||||||
|             return true; |             return true; | ||||||
|         } |         } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user