uniVocity / univocity-parsers

uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.
917 stars 252 forks source link

issue 515 - fix StringCache memory leak #516

Open yishaic opened 1 year ago

yishaic commented 1 year ago

This should fix issue https://github.com/uniVocity/univocity-parsers/issues/515 by clearing the cache in the proper place.