Ricardo Garcia - 2008-11-17

Using this library in a JBoss server environment seems to be causing a memory leak. Using the Eclipse Memory Analyzer Tool, I've traced the leak back to SACParserCSS21 which seems to keep huge character arrays in memory. It also seems to keep a queue of tokens in memory and per the analyzer tool that queue is huge: jj_scanpos --> next. Hopefully this is just user error in the way I'm using the library. But I just wanted to see if anyone has noticed anything like this?

Thanks,
Ricardo