mesh: Fix valgrind memory leak warnings 29/234229/1
authorBrian Gix <brian.gix@intel.com>
Sat, 16 May 2020 01:22:03 +0000 (18:22 -0700)
committerAbhay Agarwal <ay.agarwal@samsung.com>
Fri, 22 May 2020 04:23:44 +0000 (09:53 +0530)
commit50878c77f02c64adc1374501c5bb8901e79fe3b6
tree58f8e7bc22aaf961c6b493d0c62e30396d1d7f45
parent5ffa23ee564f86d647446cf45e4c8d2150e97d40
mesh: Fix valgrind memory leak warnings

These warnings are caused by not completely freeing memory allocations
at shutdown, and are not serious, but they make valgrind output cleaner.

Change-Id: Ib08bb727fee9ea6dccd5e484bcd5d2f969b80a19
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
mesh/agent.c
mesh/mesh.c
mesh/net-keys.c
mesh/net-keys.h
mesh/net.c
mesh/net.h