kuchi 0 Newbie Poster

We have implemented ConfigParser object to parse the log file and load tested the application, but it was failed after 50 records created due to memory error. we removed ConfigParser's code and re-tested then the transaction was completed successfully, finally we figured out that this object is creating more objects and not closing, hence the memory leakage problem occurred. Is there any alternate solution to close this object?