Correct potential leaks in xapp class. 46/4546/2
authorE. Scott Daniels <daniels@research.att.com>
Thu, 13 Aug 2020 19:12:35 +0000 (15:12 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Thu, 13 Aug 2020 19:30:45 +0000 (15:30 -0400)
commitb0c88ede74392fc3d73270c3b9a545b7e641d9ab
tree6ddcb1345f5183cf9209be7b7444e3c66dd34a18
parentcfe644eb560546f5f39d4a3823225b66180a9e9a
Correct potential leaks in xapp class.

Sonar identified some potential memory leaks in the run function
of the xapp class. This change addresses those issues, and ensures
that the unused parameter grumblings which were attempted to be
corrected in the last change are also addressed.

Issue-ID: RIC-629

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I2fe2f4b681780cd60235a0c38ed4709af871abbe
CHANGES
CMakeLists.txt
docs/rel-notes.rst
src/config/config.cpp
src/json/jwrapper.c
src/xapp/xapp.cpp
test/unit_test.sh