Skip to content

v2.2.0

Compare
Choose a tag to compare
@markus-wa markus-wa released this 02 Jun 11:04
· 678 commits to master since this release
1cc4fa0

New Features / Changes

  • Updated Protobuf descriptors (#215)

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()