Fix memory leaks 16/245216/1 submit/tizen/20201008.114009
authorJaehyun Kim <jeik01.kim@samsung.com>
Mon, 5 Oct 2020 11:36:51 +0000 (20:36 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Mon, 5 Oct 2020 11:36:51 +0000 (20:36 +0900)
commit68ea1124a56b17fe3e3219e3d1770c7b9df5b189
tree6709128d0a1cc9d38492b692aa9cc46f75060110
parent4f27bcdd88aeea4599da5463d624418f2131a377
Fix memory leaks

g_variant_print() returns a newly-allocated string holding the result.
It was not getting free.

Change-Id: I291c6a1e6a80ad99fc7c15aa4187c32c866eff14
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
src/network-state.c