bihash template: avoid memory leak upon rehash 14/14914/4
authorAndrew Yourtchenko <ayourtch@gmail.com>
Thu, 20 Sep 2018 13:36:51 +0000 (15:36 +0200)
committerDave Barach <openvpp@barachs.net>
Thu, 20 Sep 2018 19:13:25 +0000 (19:13 +0000)
commitdf32bc4dee0cfe514a8fca5085ea555211521387
treef0e4e6deb4e21ab26fa3e5fb1762210e715eb91b
parent4a6cb83d334e391f85332ea38a2e467ac7743e4b
bihash template: avoid memory leak upon rehash

Call the BV (value_free) when we have performed the rehash
and thus no longer need the memory that old value for the
bucket refers to.

Change-Id: Ibb82174fc8002aeb3e1a6c8d1f90293d73bc45d8
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
src/vppinfra/bihash_template.c