]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Remove remaining from heap_cycle() (#4149)
authorJames Jones <jejones3141@gmail.com>
Wed, 21 Jul 2021 20:45:08 +0000 (15:45 -0500)
committerGitHub <noreply@github.com>
Wed, 21 Jul 2021 20:45:08 +0000 (15:45 -0500)
commit74eee7f398cbcd00cb71b4349f16ae7575c68acb
treeb50115843c408a6315f154c5b610c23a965211cd
parentb05da9904b6af7004ec85e8456bcf7bed46021cd
Remove remaining from heap_cycle() (#4149)

heap_cycle() calloc()s an array and frees it, but never uses it.
src/lib/util/heap_tests.c