Closed harningt closed 8 years ago
Dictionaries should not be global statics in the relevant classes so that memory can be released when necessary and also to enhance testing capabilities.
Addressed by pr
Dictionaries should not be global statics in the relevant classes so that memory can be released when necessary and also to enhance testing capabilities.