GitHub user sureshsubbiah opened a pull request: https://github.com/apache/incubator-trafodion/pull/748
[TRAFODION-2266] Fix for a few memory leaks Constructor for NACollection derived class now require an explicit heap. This helps catch a few leaks. It also allows for better accounting of how memory is being used using the standard NAMemory infrastructure. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sureshsubbiah/incubator-trafodion memleak1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/748.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #748 ---- commit eb3986eb0bc1f8cb48cb2bf3a9d15c7fcd5aa356 Author: Suresh Subbiah <sure...@apache.org> Date: 2016-10-05T04:11:52Z Create NACollection objects on NAHeap. Avoid use of system heap as far as possible commit a143ba9b99588e0aa328959abb02512b6adf37a2 Author: Suresh Subbiah <sure...@apache.org> Date: 2016-10-05T04:17:39Z Merge remote branch 'origin/master' into memleak1 Conflicts: core/sql/optimizer/NormRelExpr.cpp commit c164c5b0ed396cc1764c695846507c7edeb08cba Author: Suresh Subbiah <sure...@apache.org> Date: 2016-10-07T22:22:25Z Post merge commit. All files here relate to NAList ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---