-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Milestone
Description
It appears that there is a memory leak when creating a new instance of the FileHelperEngine with a record class created by DelimitedClassBuilder;
FileHelpers Version: 3.2.7.0
Visual Studio 2017
Pseudo code to reproduce the issue:
for (int i=0; i<10000; i++)
{
DelimitedClassBuilder cb = new DelimitedClassBuilder(className, ",");
// cb.AddField
FileHelperEngine engine = new FileHelperEngine(cb.CreateRecordClass());
}
Observing the Process Memory in the diagnostic Tool in Visual Studio shows that the memory is continuously increasing.
Metadata
Metadata
Assignees
Labels
No labels