summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-06-29 13:01:09 -0700
committerGitHub <noreply@github.com>2020-06-29 15:01:09 -0500
commit8799bd979c40477d250cada8b498ce344ae61ab6 (patch)
treef9008f4e04a8aee9c142e36f3a5e126d311ab1d1 /.gitignore
parent46591b1c92fc9ecd4a0997242030a1a48166301b (diff)
Fix memory leak in unit test node_algorithm_black (#4670)
Commit ccd4500 modified the unit test node_algorithm_black. It added d_bvTypeNode as a data member to the class and initialized it in setUp() but did not free it in tearDown(), which set off ASan. This commit fixes tearDown() to free d_bvTypeNode. Marking this as major because it should fix the nightlies.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback