nasa-jpl / ION-DTN

NASA Open Source ION Software implementation of Delay Tolerant Networking. ION development is managed by the Jet Propulsion Lab; regression testing and code management are provided by Ohio University.
https://nasa-jpl.github.io/ION-DTN/
Other
23 stars 6 forks source link

SF: JH: ltpdeliv psm memory leak on shutdown #4

Open iondev33 opened 9 months ago

iondev33 commented 9 months ago

ltpdeliv does not free its buffer upon shutdown. During normal operation this is not an issue, but should still be fixed.

Simply add a MRELEASE(buffer) before the end of the program.