nasa / EdsLib

CCSDS SOIS Electronic Data Sheet Tool and Library
Apache License 2.0
31 stars 12 forks source link

Memory leaks observed using the Python buildings with "DatabaseEntry" method #17

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

In certain circumstances when using the Python bindings, repeated lookups of a database entry cause the memory footprint of the process to grow indefinitely. This appears to be related to the method used to perform the lookup.

Originally Reported by @mjmccaskey