CAIDA / pybgpstream

Python bindings for BGPStream
https://bgpstream.caida.org
BSD 2-Clause "Simplified" License
28 stars 22 forks source link

Fix memory leak in get_communities_pyset() #11

Closed kenkeys closed 5 years ago

kenkeys commented 5 years ago

affected all uses of the elem.fields dict

alistairking commented 5 years ago

Thanks. There's a good chance this fixes https://github.com/CAIDA/bgpstream/issues/80 -- folks there who were having problems with pybgpstream v2 leaking memory should try applying this patch to see if that fixes their problem.