client: Fix use of g_free 92/204992/1
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 21 May 2018 08:35:06 +0000 (11:35 +0300)
committerAmit Purwar <amit.purwar@samsung.com>
Mon, 29 Apr 2019 04:06:18 +0000 (09:36 +0530)
commit2689bc1c2eab11ca5838bb2cb84419635e09d1a6
tree0a8a61cda54e417e6c9b71c1680b93af62572f65
parent94e7723f6b846d10cd254c8dcd0e9dc58c09fc61
client: Fix use of g_free

g_free shall only be used with pointer allocated with g_* functions.

Change-Id: I21104ef31d029e65544f5a087d2881c8088837dc
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
client/advertising.c