Fix memory leaks 35/247735/1
authorJaehyun Kim <jeik01.kim@samsung.com>
Mon, 5 Oct 2020 11:36:51 +0000 (20:36 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Mon, 16 Nov 2020 05:06:58 +0000 (14:06 +0900)
commit97a5bf3499fabde55387a6a7d6e991ddb4c1e54e
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