summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/module_section
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2015-12-04 23:06:33 +0000
committerPhilip Reames <listmail@philipreames.com>2015-12-04 23:06:33 +0000
commitb6306da4051906236101f56dfb9a381acb6e6a69 (patch)
tree27bb9fff1101baf138d01a80982b53a99a05c277 /lldb/packages/Python/lldbsuite/test/python_api/module_section
parenta0a9d75e3c0daae6fce15e250b48f3cb0157ad4f (diff)
downloadbcm5719-llvm-b6306da4051906236101f56dfb9a381acb6e6a69.tar.gz
bcm5719-llvm-b6306da4051906236101f56dfb9a381acb6e6a69.zip
Address a memory leak in 254760
The issue appears to have been that the copy constructor of the SmallVector was being invoked and this was somehow leading to leaked memory. This patch avoids the symptom, but likely doesn't address the underlying problem. I'm still investigating the root cause, but wanted to avoid the memory leak in the mean time. Even with the underlying fix, avoiding the redundant allocation is worthwhile. llvm-svn: 254795
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/module_section')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud