Correct sonar bugs and address smells 63/4563/3
authorE. Scott Daniels <daniels@research.att.com>
Wed, 19 Aug 2020 13:51:33 +0000 (09:51 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Thu, 20 Aug 2020 13:05:59 +0000 (09:05 -0400)
commitc85ac8bccf13f6aba024fef47453f3e1b6c3c615
tree24cb9d0798ab76fd151171620687696c1601d31c
parentb0c88ede74392fc3d73270c3b9a545b7e641d9ab
Correct sonar bugs and address smells

Three bugs related to misplaced memory deallocation were fixed.
Several "smells" were addressed in message, messaging, config
and json source.

Issue-ID: RIC-629

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ib2e7d51c96f3b4f88761af6b3058fc32d0005321
19 files changed:
CHANGES
CMakeLists.txt
src/alarm/alarm.cpp
src/alarm/alarm.hpp
src/config/config.cpp
src/config/config.hpp
src/config/config_cb.cpp
src/config/config_cb.hpp
src/json/jhash.cpp
src/json/jhash.hpp
src/json/jwrapper.c
src/messaging/callback.cpp
src/messaging/callback.hpp
src/messaging/default_cb.cpp
src/messaging/message.cpp
src/messaging/message.hpp
src/messaging/messenger.cpp
src/messaging/messenger.hpp
src/messaging/msg_component.hpp