Correct table clear bug in route table ready 57/5057/3 4.4.3
authorE. Scott Daniels <daniels@research.att.com>
Thu, 12 Nov 2020 21:44:34 +0000 (16:44 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 13 Nov 2020 15:05:54 +0000 (10:05 -0500)
commit353bafbe34c601eda6649ea7dcfdcf285d796d5a
tree5a553088d587f47f3072d6f6fc2b1fd7ca3604f0
parent05850e0815095c029ecff43ac8e0983f2fba4fb6
Correct table clear bug in route table ready

This change fixes a bug introduced in the 4.4.0 fix. During
symtable roll prep the table was cleared, but the reference
counts in the RTEs was not being decremented.

Issue-ID: RIC-674

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I3b1fb0a74207960b2adeb9c53016358d01658b1b
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
CHANGES_CORE.txt
CMakeLists.txt
docs/rel-notes.rst
src/rmr/common/src/rt_generic_static.c
src/rmr/si/src/rtable_si_static.c
test/rt_static_test.c