Fix improper usage of g_free 90/179390/2
authorNagaraj D R <nagaraj.dr@samsung.com>
Thu, 17 May 2018 12:42:59 +0000 (18:12 +0530)
committerNagaraj D R <nagaraj.dr@samsung.com>
Thu, 17 May 2018 13:51:43 +0000 (13:51 +0000)
commit589d89274eed681f1ff11541f51f9cd5c7156643
tree7dbd0ac96aa3a12d8299664b1dba284b5593de90
parentde49880ea231e0451363a15f250ad0a2c940fe87
Fix improper usage of g_free

g_free should be used for only those memory allocations
done through glib APIs

Change-Id: I5d5275574b0d273594f86786956d86355794db94
client/advertising.c [changed mode: 0755->0644]
src/adapter.c