Skip to content

v1.11.0

Compare
Choose a tag to compare
@markus-wa markus-wa released this 07 Jun 15:22
2363e81

Please upgrade to v2.x

This is just a bugfix release, please upgrade to v2.x if you have the chance. As of the time of this release, the newest version is v2.2.0

Fixes

  • Added Parser.Close() to fix a memory leak due to an unterminated goroutine (#216)
    please make sure that this function is called before the parser is discarded,
    for instance by calling defer parser.Close() after demoinfocs.NewParser()