ShiftLeftSecurity / overflowdb

ShiftLeft OverflowDB
Apache License 2.0
112 stars 21 forks source link

make StringInterner a regular member variable, rather than static #347

Closed mpollmeier closed 1 year ago

mpollmeier commented 1 year ago

Not sure why we initially made it static, but it was never a good idea, and it is a very obvious memory leak.