jrgemignani opened a new pull request, #2031:
URL: https://github.com/apache/age/pull/2031

   Fixed issue 2020: Memory leak in the VLE cache cleanup routines. Or, at 
least I fixed a good part of it.
   
   NOTE: We should look further into this, resources permitting.
   
   What was causing the leaks were the property datums in the hash tables. The 
property datums were copied via datumCopy into the hash tables for easier 
access when rebuilding an edge. However, they needed to be freed when no longer 
needed.
   
   No regression tests were impacted.
   No regression tests were needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to