Fix svace issues 61/199961/5
authorJihoon Jung <jh8801.jung@samsung.com>
Mon, 18 Feb 2019 02:24:40 +0000 (11:24 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 18 Feb 2019 04:04:07 +0000 (13:04 +0900)
commitf2877daac95d27f555c6eb3504f36a754b78a8b4
treeef8738980c0bf1edf47dc76a72fccbf95a72aa7a
parentda8cacc3e8ae12565e8e037d391f6ac115663bb0
Fix svace issues

- 410071: fixed memory leak problem due to dynamic allocated 'devices'
- 410077: fixed memory leak that is not freed because the dynamic
allocated 'cmd' variable is called through multiple callback function.
- 410083: fixed memory leak that do not free 'uuid_str' variable which
allocated by g_strdup().
- 410084: fixed a problem that does not free the variables allocated to
heap during mdgd_iot_initialize() when calling mdgd_iot_deinitialize()

Change-Id: I88e824bac894ae2f51c8310109d1242c36737c70
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
src/mdg-manager/include/mdgd_util.h [changed mode: 0644->0755]
src/mdg-manager/src/mdgd_group.c
src/mdg-manager/src/mdgd_iot.cpp
src/mdg-manager/src/mdgd_iot_client.cpp